Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 5.0 Main Window
Message
From
12/05/1998 13:08:26
Ryan Hirschey
Federal Reserve Bank of New York
New York City, New York, United States
 
 
To
12/05/1998 10:38:58
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00098752
Message ID:
00098809
Views:
31
>>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.
>
>Try this, _SCREEN.VISIBLE = .F.
>To put VFP menu disabled write SET SYSMENU OFF
>
>I hope this help, Luis.

Using SCREEN = OFF in the config.fpw file might be a better choice if you want to prevent the user from ever seeing the main vfp window, especially during starting the program. You might want to include the config.fpw file in the project as well, so that the configuration is compiled into your executable. You would still be able to use _SCREEN.VISIBLE in other parts of the program to toggle on/off the main window.
Ryan Hirschey
Previous
Reply
Map
View

Click here to load this message in the networking platform