PDA

View Full Version : heybd_event Info



GalileoGali
02-01-2008, 05:17 PM
I want to understand the API function keybd_event,
1) Specifically the parameter bscan
Is there some Table of keyboard's Codes?
2) the dwflag parameter admits the value: &H1 OR &H2 .... What meant??
Thanks in advance

GALILEOGALI

Marcster
02-04-2008, 11:25 AM
In Windows NT/2000/XP/Vista this function has been superseeded with SendInput.

bscan parameter is not used.

keybd_event:
http://msdn2.microsoft.com/en-us/library/ms646304(VS.85).aspx

Marcster.

GalileoGali
02-16-2008, 05:05 PM
Thanks for your answer.
Excuse me for my delay in responding.