mercredi 6 mai 2015

How to print/press '@' using keybd_event function?

To press 'a' code is - keybd_event(VkKeyScan(64),0,0,0); Releasing key code is - keybd_event(VkKeyScan(64),0,KEYEVENTF_KEYUP,0); For pressing '@' i need combination of two key - SHIFT & 2 , but i don't know how.

keybd_event (http://ift.tt/1P0PxQK)

Aucun commentaire:

Enregistrer un commentaire