Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximizing the desktop
Message
 
À
24/09/2003 14:49:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00831763
Message ID:
00831982
Vues:
30
This message has been marked as the solution to the initial question of the thread.
Try these modifications:
With _Screen
    .Caption     = " This is a Test Program"
    .AutoCenter  = .T.
    .WindowState =  2
    .BorderStyle =  2
EndWith
HTH,
Arriyel

>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
Speak using soft and sweet words in case you have to eat them later.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform