Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On key label for Alt key and Ctrl key
Message
 
 
To
31/01/2000 21:34:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00325407
Message ID:
00325431
Views:
29
>In my current application I have to Perform some Operation when I press Alt Key and Different operations When I Release it.Can I do using Alt Key if You Know How to use it Please let me Know.The Same Function Has to be donr for Ctrl Key aslo.

Changing the ALT or CTRL key function alone is not possible with ON KEY LABEL. It will require you another key combined to make it work.
ON KEY LABEL ALT+F10 DO ThisProc

PROCEDURE ThisProc
   BLAH...BLAH...
ENDPROC
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform