C# Launching Windows Application and Controlling

  • Thread starter Thread starter Trevor Perks
  • Start date Start date
T

Trevor Perks

I wondered if there was any way to launch a Windows
Application from C# and then control the mouse and text
inputs from C# instead of user input?
 
Sure, look into using User32's SendInput function thru P/Invoke to send
mouse and keyboard information.

-mike
MVP
 
Back
Top