Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RegisterHotKey (win32) in foxpro
Message
From
11/03/2008 07:46:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
RegisterHotKey (win32) in foxpro
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Miscellaneous
Thread ID:
01300790
Message ID:
01300790
Views:
100
Hi, The function RegisterHotKey defines a system-wide hot key. How can I catch WM_HOTKEY messages generated by the hot key. How can I get this event?

DECLARE INTEGER RegisterHotKey IN user32;
INTEGER hWnd,;
INTEGER id,;
INTEGER fsModifiers,;
INTEGER vk
Next
Reply
Map
View

Click here to load this message in the networking platform