Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Commands to Hide screen
Message
From
17/02/2009 19:35:19
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01382417
Message ID:
01382533
Views:
42
1) Make a modeless form with WindowType=0 and ShowWindow=2.
2) Start your main prg with _SCREEN.VISIBLE=.F. at the beginning.
3) Later in prg call your form by

DO FORM AnyForm
READ EVENTS

4) To exit form put CLEAR EVENTS into Form.Unload method.

As a result you will see your form on a desktop without any VFP screen. If necessary, you may call _SCREEN.VISIBLE=.T.in your code to show screen again.
Previous
Reply
Map
View

Click here to load this message in the networking platform