Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recognize ALT pressed
Message
From
12/03/2005 08:01:00
Eyvind W. Axelsen
Profdoc Norge As
Oslo, Norway
 
General information
Forum:
Visual FoxPro
Category:
InstallShield
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00994844
Message ID:
00995136
Views:
19
>how i can recognize in keypressed metod of form that alt key only is pressed?

I believe that the GetAsyncKeyState API function can be used to check whether the ALT key is down or not.
DECLARE INTEGER GetAsyncKeyState IN user32; 
    INTEGER vKey 
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform