I am using a project hosted at http://inputsimulator.codeplex.com/ It uses the standard Microsoft keyboard input for SendKeys, which is a key pressed.
If I need to use my winform as a keyboard to perform keyboard functions, such as Microsoft tool, on-screen keyboard, I have to provide focus for the application that needs to be edited.
Say, for example, I have to print a document in Word, so it has focus. But when I click the form buttons, it switches to my form and nothing is written to Word.
So...
I want to make a form control that does not focus, but does functionally.
source
share