Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximizing the desktop
Message
From
24/09/2003 14:49:55
 
 
To
24/09/2003 07:14:13
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00831763
Message ID:
00831952
Views:
24
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform