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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top