Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to disable or capture CTRL-ALT-DEL ALT-TAB
Message
From
19/09/2002 13:20:30
 
 
To
18/09/2002 21:27:29
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00702097
Message ID:
00702354
Views:
17
>... how to disable Ctrl-Alt-Delete or Alt-Tab etc...
>
>How can I do this?
>
Hey Vali.. Take a look at GetKeyState of Win32API.. It will probably help you..

Here is some sample on how to use it:
#define VK_SHIFT          0x10
#define VK_CONTROL        0x11
#define VK_MENU           0x12

declare short GetKeyState in Win32API integer nVirtKey
if GetKeyState(VK_SHIFT)<0
 * Shift is down
endif
HTH

Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform