Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screen saver in XP
Message
From
20/09/2002 05:39:03
 
 
To
19/09/2002 13:28:58
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00702358
Message ID:
00702636
Views:
11
Vali,

In NT4 SP3+, W2K, XP to trap these keys you can create a C DLL that installs a low-level keyboard hook (WH_KEYBOARD_LL). If you the hook encounters a key combination it wants to stop (ALT+TAB, CTRL+ALT+DEL or the Windows key) then you do not punt the keypress onto the next handler in the chain using CallNextHookEx.

Regards
Neil
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform