Yup, that's what I'll do. The login form is a fixed size, so I'll just create an image that's the same size as the form (minus the title bar and borders) & go with the original suggestion of using the form's Picture Property.
Thanks,
MS7
Hi Mike,
I simply wanna put a "Background Image" which I would like to use as my "Login" form which is usually only has 2 textboxes (username,password) and 2 push buttons (login, quit). The window itself is small I guess but I'd like to have some sort background picture to make it look...
Yeah, it gets distorted.
I guess I really have to find an image the exact size of my form or "resize" my image thru a 3rd party image editor.
Any other suggestions?
Thanks,
MS7
Hi,
I'm hoping somebody can help. I have a form with all my text boxes and commandboxes and dropdown, etc. I would like to put a background image on my form which would appear in the back of all these. Basically, instead of having backcolor=212,208,200 I want to have a nice image...
Hi,
I have a dbf with 500,000 records and 2 fields (acctnm, notess). The "notess" field is a Memo type field and I need to loca/seek/find in each record a specific word in that Memo type field. The word being "fraud". How can I extract all recno's with that specific word in the Memo...
Hi,
Do this:
"SET DELETED ON"
"COUNT FOR DELETED() TO AA"
"? AA"
"SET DELETED OFF"
"COUNT FOR DELETED() TO AA"
"? AA"
Verify the value of AA on your screen to see which gives the result you want. If both results of AA give you 0 (zero) then there are no deleted records in your dbf...
I did a search as you suggested and found "Dave Summers" cschat.zip program. It kinda does what I need but not quite. I would need something where many "clients" can chat among themselves.
Right now, the prg has it so that the 'server' "sees" everything the clients type. I need it so that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.