Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Close the System menu and System top bar
Message
 
To
02/12/1998 12:24:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00163245
Message ID:
00163276
Views:
28
If you wish to have a particular form show without the VFP Desktop, you need to do the following:

1. Create a CONFIG.FPW with the line SCREEN=OFF and place it where your EXE will reside.

2. Your form should have the following settings:

ShowWindow = 2 && As Top-Level Form

And in your Unload Event:

CLEAR EVENTS


3. Create a prg that will be the set as your MAIN in your project and will contain code like this:

DO FORM yourform

READ EVENTS

Good luck!
Juan L. Romero
gcandela@javanet.com
Previous
Reply
Map
View

Click here to load this message in the networking platform