Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximized initial screen in .EXE
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00097541
Message ID:
00097543
Vues:
38
In your Config.Fpw file (That you use for your EXE) place a
Title=AppName
(No Quotes or Anything there)

Then in your main program place:

** Maximize the Window
IF WEXIST(AppName)
ZOOM WINDOW (AppName) MAX
ENDIF


>I just created a .EXE file, I want to show the VFP desktop maximized when the application stasts running. I can get this effect if in the properties of the Windows .EXE Icon I state that I want it maximized. Can I get this effect within my VFP program?. I tried to put _SCREEN.WindowState=2 in the first line of my Main.prg but when the application stasts running it shows the windows of a smaller size than the screen and then it gets maximized seeing an unwanted effect. Any Help?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform