Friends i have started coding simple keylogger but i am facing problems when i press speacial characters(@,#,$ etc). I think what we get from GetAsyncKey fun. is virtual keys assigned against each key ... I want to covert that virtual keys to ASCII codes ... if any one knows that how to convert please tell
You can also check if the shift key is pressed, then log the corresponding "special char" of that key.
Con: you will need to know whick type of keyboard/keyboard layout in use. You can check the GetSystemMetrics(); function for this.