Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Minimized/Maximized event in form object ???
Message
 
To
05/06/2003 10:05:29
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00796548
Message ID:
00796949
Views:
12
*:Form's Rezise method
nState = this.WindowState 
DO CASE 
   CASE nstate = 0
      MESSAGEBOX("Normal")
   CASE nstate = 1
      MESSAGEBOX("Minimized")
   CASE nstate = 2
      MESSAGEBOX("Maximized")
ENDCASE 
.......
DO WHILE .T.
      ME.Work()
ENDDO
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform