Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No background, please
Message
 
To
04/02/2002 14:27:59
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00614967
Message ID:
00615193
Views:
16
Reading over this again. Still a little confused.
Are you looking to have your 'forms' appear on your desktop, and not in the VFP _screen element.

if that is the case, create your foms with desktop=.t.
and in your init and moved events of your forms, (or form classes)
put this pc of code.
_screen.Height =this.Height -50
_screen.Width = this.Width -12
_screen.Top =this.Top + 45
_screen.Left=this.Left +5
This is not the only solution, but I know it does what I think you are asking for.

Bob Lee


>Hi. VFP7 user. I have an exe with several screens of different sizes. I would like the underlying screen to show through (as opposed to the opaque white background). How do I do this?
>
>Thanks, Randy
In the beginning, there was a command prompt, and all was well.
Previous
Reply
Map
View

Click here to load this message in the networking platform