Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 3.0 - Preparing Application for Distribution
Message
De
17/05/1997 11:49:45
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00032682
Message ID:
00032687
Vues:
32
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform