Input Simulator TextEntry - Simulates Inline

398 views Asked by At

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?

enter image description here

Thanks

0

There are 0 answers