Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Main window
Message
From
01/05/1998 09:26:10
 
 
To
01/05/1998 05:52:11
Quinn Mayo
Quantified Pty Ltd
Melbourne, Australia
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00096223
Message ID:
00096259
Views:
12
>Hi,
>I know that ive been prety anoying with this question but nothing seemd to work. We have VFP 3.0 and want to TOTALLY hide the main foxpro window so all the user sees is our top form. Like when you start Visual Foxpro you dont see any C++ windows come up or anything like that. Please help with some code or instructions.
>
>Any help would be greatly appreciated
>
>~Quinn
in VFP 3.0 you can not hide the VFP window completely
it will always flash because any method you can use (within VFP) will only run after the first line of code executes and by that time the VFP window is already visible
you can probably do something in C++ or even VB that run your exe and will only make the window visible after the main VFP window is hidden

in VFP5 they added SCREEN=OFF option to the config.fpw which prevents the VFP screen from appearing

Arnon
Previous
Reply
Map
View

Click here to load this message in the networking platform