Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Starting EXE with _main window maximized
Message
From
06/05/1998 16:07:30
 
 
To
06/05/1998 11:34:31
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00097362
Message ID:
00097494
Views:
18
>How can I start an EXE with it's _main window always maximized and without any text in caption.

I think if you have 5.0 you can put SCREEN=OFF in the config.fpw... Then, in the program

_screen.caption = ''
_screen.windowstate = 2
_screen.visible = .t.

I think you can also use TITLE= in the config to have no title.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform