Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to maximize a form to cover all the screen
Message
From
29/01/2012 13:55:07
 
 
To
28/01/2012 18:07:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01533972
Message ID:
01534012
Views:
70
fortunatly, i found out what i was looking for.

to maximize a form to cover all the screen just do this :

create a form

set properties like :

set status bar off
set sysmenu off
this.titlebar= 0
this.windowState=2
this.showwindow = 2
this.width = sysmetric(1)
this.height = sysmetric(2)
Previous
Reply
Map
View

Click here to load this message in the networking platform