This can be done through the SendKeys class in the System.Windows.Forms namespace. Check it out in the MS help documentation.
Home / FAQ / WinForms / Keyboard Handling / How can I simulate keyboard input in my application
This can be done through the SendKeys class in the System.Windows.Forms namespace. Check it out in the MS help documentation.
Share with