I want to simulate keyboard click for a external program.I’ve tried SendMessage, PostMessage, SendKeys but they do not send the key to one specific program. So i wanted to try SendInput and i have downloaded a good wrapper for SendInput – http://inputsimulator.codeplex.com/
i have added the assembly to my project but i cannot yet start using any of the functions…
What i have to do?
What “Using” should i add?
I believe you need a
If that’s not it, you can view it in the Object Browser and see the namespace. Just right click the reference in solution explorer and click browse.