Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Full screen with VFP
Message
From
24/08/2005 15:03:38
 
 
To
24/08/2005 10:55:24
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01043372
Message ID:
01043545
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
>Hello *.*
>
>I´d like to do the same full screen effect of F11 in internet explorer (press F11 to see) using VFP 6.
>
>Is it possible?
>
>Thanks in advance.
On key label F11 do ShiftWindowState

Procedure ShiftWindowState
  If thisform.WindowState= 0
    thisform.WindowState= 2
  Else
    thisform.WindowState= 0
  Endif
Endproc
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform