Click here to Skip to main content
15,891,856 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am doing a mini project to track all the key board events, i am able to track the all virtual keys using GetAsynKeyState function but how find if any alphabet is pressed in the keyboard.
I am doing this in a console application.Can any one help me for this.

Thanks in Advance.
Posted

 
Share this answer
 
Comments
Rocky_Bas 15-Aug-13 3:46am    
which function should i use for tracking alphabets
Richard MacCutchan 15-Aug-13 3:55am    
I don't know what you mean by "tracking alphabets". I would suggest you follow the link to all the keyboard functions above, and see if one of them provides what you want.
Rocky_Bas 15-Aug-13 22:18pm    
I mean to say tracking which alphabet is pressed in the keyboard
Richard MacCutchan 16-Aug-13 4:03am    
That makes no sense; the keyboard is just a set of buttons, and each one has a unique value. One of the keyboard functions, in the link I gave you, will tell you which key is pressed at any time.
Rocky_Bas 16-Aug-13 4:07am    
Thanks i got the solution.I have used GetAsyncKeyState function
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900