Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Floating form?
Message
 
 
To
17/11/2000 12:43:03
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00443106
Message ID:
00443111
Views:
17
>I have a form that is just a little too big on the 640 x 480 setting on monitors. Is there a way that I can have the form take up the screen and not fit in the application window. I think that would give me enough room to see the whole form. Thanks in advance.

Change the form property to
ShowWindow = 2 (as top level form)

Then in your config.fpw
SCREEN = OFF

Or in your main program
_SCREEN.VISIBLE = .F.

Another option instead of doing this would be to reduce the size of the fonts on the form and you could fit more on it.

Yet another option is to use a tabbed pageframe.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform