0
How to press a key!!
Can i make a code to press a key (for example control key or G key) whenever an event happened (enter is pressed) i need the code only cause i know how make the trigger (the event)
2 Antworten
+ 2
@Aziz, here's some resources;
Sendkeys Class
https://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys(v=vs.110).aspx
Sendkeys.Send method
https://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send(v=vs.110).aspx
Sending key combination
https://stackoverflow.com/questions/10366152/sending-windows-key-using-sendkeys
+ 1
You can't actually change the input of the system