I have an application running which I have outside of the screen limits. I want to send a click to this window without bringing it to the front and without affecting the cursor.
I have tried mouse_event and SendInput but these doesn't seem to work in that way. Have I missed anything when trying these APIs or/and is there another way of doing this?
I'm using Vista and Windows 7 together with C#.