Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximize window when running .exe
Message
From
11/08/1998 10:17:34
 
 
To
11/08/1998 10:13:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00125395
Message ID:
00125573
Views:
18
>>>Yahoo! I've finally debugged all of the forms, menu, reports etc. from my project! Now I'm trying to put this all together into an .exe to distribute to my users.
>>>
>>>Two quick questions for you. First, can I set the the window in which my program runs to be maximized by default (created this in VFP 5.0 and running under Win 95). Right now the main window doesn't fill the whole screen so some of my forms look off center.
>>
>>Form.WindowState=2
>>
>>>Secondly, is there a way to put a 'splash' screen or background in my main program window? I'm not sure exactly what they're called, but I remember a friend's app had a graphic as a background for the program window instead of the standard blank white. Ok, so I thought it looked neat ;)!
>>>
>>_SCREEN.Backcolor=...
>>_SCREEN.Picture=...
>>and other _screen properties. Also, you can create 'splash' screen (separate form) to be shown on start.
>
>By the way what is the best way to make a startup banner. Right now I DO FORM, then after everything is all setup I Relaese it. The form doesn't have a menu bar and such either.

I think it's good enough. Normally, I don't use 'splash' at all.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform