Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximizing the desktop
Message
De
24/09/2003 14:49:55
 
 
À
24/09/2003 07:14:13
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00831763
Message ID:
00831952
Vues:
22
Hi Erik, thanks for replying!

Sorry, but didn't work. See code below, to check the context where I inserted the _Screen.WindowState = 2:
 Procedure Teste

 Set SysMenu  Save
 Set SysMenu  To

 With _Screen

     .Caption     = " This is a Test Program"
     .BorderStyle =  2
     .AutoCenter  = .T.
     .WindowState =  2

 EndWith

 Application.Visible  = .T.

 Messagebox ("Enter 'ok' to end program")

 Quit

 EndProc
If you compile this prg into an executable and run it, you'll see what I'm experiencing. If there is something else I should add or modify, please tell me.

Regards,

Fernando
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform