Reputation: 82
I use Input Simulator in my C# Form Application.
(I use serial port to execute codes)
When i execute
InputSimulator.Keyboard.TextEntry(textbox.text);
on Notepad, it simulates perfectly.
But not on any other programs such as Gmail....
How can i make it multiline?
Thanks
Upvotes: 1
Views: 450