Control the Mouse and Keyboard from .Net (like java.awt.Robot)

761 views Asked by At

I have a Java app that uses Robot to control the mouse and keyboard. I would like to translate this to C#, but I can't seem to find a decent substitute with my limited knowledge of the .Net framework. I have found AutoIt, but that seems to require using their scripting language. I have also seen PostMessage mentioned, but I can't find that on MSDN. Does anyone have ideas/suggestions on what to use?

0

There are 0 answers