Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SDI curiosity
Message
From
18/02/1999 23:18:19
 
 
To
18/02/1999 22:57:03
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00189126
Message ID:
00189133
Views:
14
>Try to add the following codes in the Main program or
>in the Init Method of the Main form:

> _screen.minimized =.T.

VFP forms (including _SCREEN) do not have a minimized property. TO minimize a VFP form, you issue Form.WindowState = 1

But this isn't the problem.

Silvio, if you have a SDI app, make sure that the form's ShowWindow property is set to 2 (As top level form).

Then, to suppress the VFP screen from showing up, you'll need a config.fpw file in the same folder as the exe with the following line in it:

SCREEN=OFF

This file does not have to be distributed with the exe if you include it as a text file in your project.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform