Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: unlock user accounts Pin
sunit54-Aug-05 18:31
sunit54-Aug-05 18:31 
GeneralMultiple Keyboard events Pin
Jumpin' Jeff4-Aug-05 7:27
Jumpin' Jeff4-Aug-05 7:27 
GeneralRe: Multiple Keyboard events Pin
Blake Miller4-Aug-05 7:56
Blake Miller4-Aug-05 7:56 
GeneralRe: Multiple Keyboard events Pin
Jumpin' Jeff4-Aug-05 8:21
Jumpin' Jeff4-Aug-05 8:21 
GeneralRe: Multiple Keyboard events Pin
Blake Miller4-Aug-05 8:28
Blake Miller4-Aug-05 8:28 
GeneralRe: Multiple Keyboard events Pin
Jumpin' Jeff4-Aug-05 14:22
Jumpin' Jeff4-Aug-05 14:22 
GeneralRe: Multiple Keyboard events Pin
Jumpin' Jeff4-Aug-05 15:54
Jumpin' Jeff4-Aug-05 15:54 
GeneralRe: Multiple Keyboard events Pin
Jumpin' Jeff5-Aug-05 2:37
Jumpin' Jeff5-Aug-05 2:37 
Blake Miller wrote:
if( GetAsyncKeyState(VK_CONTROL) & 0x8000 )

Can you tell me where I can find a listing of these masks?

Even the 0x40000000? All I can determin is that 0x8000 is for the control keys, and that 0x40000000 limits me to the key up.

Obviously, I need to change this to key down, as the task is complete before the message box displays curently. Removing this mask helped me determine this with a return value of -1...

Last question...
What reference material would you recommend reading for this type of hook information?



Jeff
GeneralRe: Multiple Keyboard events Pin
Blake Miller5-Aug-05 4:05
Blake Miller5-Aug-05 4:05 
GeneralUsing NtCreateFile Pin
Chintoo7234-Aug-05 7:25
Chintoo7234-Aug-05 7:25 
GeneralRe: Using NtCreateFile Pin
Toby Opferman4-Aug-05 11:54
Toby Opferman4-Aug-05 11:54 
Generalrunning with less cpu usage Pin
Chintoo7234-Aug-05 7:21
Chintoo7234-Aug-05 7:21 
GeneralRe: running with less cpu usage Pin
Blake Miller4-Aug-05 7:49
Blake Miller4-Aug-05 7:49 
GeneralGetThemeColor of disabled BP_PUSHBUTTON Pin
RazorBridge4-Aug-05 7:10
RazorBridge4-Aug-05 7:10 
GeneralRe: GetThemeColor of disabled BP_PUSHBUTTON Pin
Jose Lamas Rios4-Aug-05 18:12
Jose Lamas Rios4-Aug-05 18:12 
GeneralRe: GetThemeColor of disabled BP_PUSHBUTTON Pin
RazorBridge4-Aug-05 21:49
RazorBridge4-Aug-05 21:49 
GeneralDisallowing Ctrl-Alt-Del Pin
#realJSOP4-Aug-05 6:26
mve#realJSOP4-Aug-05 6:26 
GeneralRe: Disallowing Ctrl-Alt-Del Pin
Graham Bradshaw4-Aug-05 6:53
Graham Bradshaw4-Aug-05 6:53 
GeneralRe: Disallowing Ctrl-Alt-Del Pin
#realJSOP4-Aug-05 8:26
mve#realJSOP4-Aug-05 8:26 
GeneralRe: Disallowing Ctrl-Alt-Del Pin
Maximilien4-Aug-05 9:16
Maximilien4-Aug-05 9:16 
GeneralRe: Disallowing Ctrl-Alt-Del Pin
Graham Bradshaw4-Aug-05 10:37
Graham Bradshaw4-Aug-05 10:37 
GeneralRe: Disallowing Ctrl-Alt-Del Pin
Tom Archer4-Aug-05 11:54
Tom Archer4-Aug-05 11:54 
GeneralRe: Disallowing Ctrl-Alt-Del Pin
Anonymous4-Aug-05 15:59
Anonymous4-Aug-05 15:59 
GeneralRe: Disallowing Ctrl-Alt-Del Pin
David Crow9-Aug-05 9:23
David Crow9-Aug-05 9:23 
GeneralConverting char* to unicode big-endian Pin
scchan19844-Aug-05 5:36
scchan19844-Aug-05 5:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.