I'm trying to send a key stroke to Windows operating system in a C# console application. I have found this post that sends a keystroke to a an application like notepad.
How can I send the key stroke to the main windows process ?
I'm trying to send a key stroke to Windows operating system in a C# console application. I have found this post that sends a keystroke to a an application like notepad.
How can I send the key stroke to the main windows process ?