Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 5.0 Main Window
Message
 
To
12/05/1998 10:21:18
Mark Kessler
U.S.M.C. - Network Operation Center
Quantico, Virginia, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00098752
Message ID:
00098758
Views:
32
>How can I hide the visual foxpro window?
>
>The problem I have been having is that my users with a screen size
>larger that 640x480 (res) can see the VFP window behind my program.
>With that window they can bring up other forms that are invisible.
>This causes a lot of trouble... I need to either make the VFP menu disabled or invisible while my program is running.
>
>Thanks.

If you just want the VFP menu to disappear you can issue:

Set SysMenu Off

and

Set SysMenu to Default && Turns it back on

If you want the entire VFP main window to be invisible, use a config.fp file and put the line SCREEN=OFF in it. Then in your app you can use the _Screen.Visible property to toggle the main window off and on.

HTH
_________________________________
There are 2 types of people in the world:
    Those who need closure
Previous
Reply
Map
View

Click here to load this message in the networking platform