Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SDI curiosity
Message
From
28/02/1999 19:24:30
 
 
To
18/02/1999 22:57:03
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00189126
Message ID:
00192497
Views:
19
>Try to add the following codes in the Main program or
>in the Init Method of the Main form:
>
> _screen.minimized =.T.
>
>This will hide the main VFP screen. However, you may
>have to add cleanup codes to properly exit the program.

The problem with doing this is that that vfp screen will still be
active and some objects such as toolbars will still gravitate there...

_SCREEN.visble = .F. is the correct code ...

OR better still ...

in the

*CONFIG.FPW

set

SCREEN = OFF
Previous
Reply
Map
View

Click here to load this message in the networking platform