Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Main window
Message
 
 
To
27/04/1998 03:59:57
Quinn Mayo
Quantified Pty Ltd
Melbourne, Australia
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00095046
Message ID:
00095049
Views:
21
>Hi,
>
>Can somebody please tell me the real way to totally hide the main visual foxpro window? I have tried SCREEN=OFF in the config.fpw file but for some reason it just doesnt work. I think the proper way is using SDI forms or something like that. Is this right and how do you do that?
>
>Please help
>
>~Quinn

SCREEN = OFF on Config.Fpw only works in running EXE File. You should have a Form with ShowWindow property set to As Top Level (SDI) to make it work. In this way, the said form will work as your Main Window. All sub-forms (child forms) therefore should have a ShowWindow property set to In-Top Level.

If you do not want to use SDI, issue _SCREEN.VISIBLE = .T. or APPLICATION.VISIBLE = .T. on the main.prg, and everything will work fine.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform