Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 3.0 - Preparing Application for Distribution
Message
From
17/05/1997 11:49:45
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00032682
Message ID:
00032687
Views:
34
>Preparing a app for distribution I am stuck on a couple of point, any insights would be appreciated.
>
>The first question is how to make the desktop full size when the .exe is invoked. It is saved full size, but only covers the top quarter of the screen when run from the distributed .exe. The second question is how to make the desktop not show any toolbars etc when the distrib app is run (now they are there but disabled). Actually I would prefer to have NO desktop but I believe this is not possible.

Use
_SCREEN.WindowState=2 && to maximize desktop
_SCREEN.Left=-2000 && to 'remove' desktop, remember that all forms should have property 'Desktop'=.t., or use SCREEN=OFF in config.fpw
SET STATUS BAR OFF && to hide bottom bar, or use STATUS BAR=OFF in Config.fpw
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform