.NET Programmatically invoke screenclick doesn't work?
- by ropstah
I'm trying to programmatically invoke an onclick event however the click is not received/handled. Am I missing something, or is security preventing the click to be executed?
I have a forms application which is invisible. Basically I would like to say:
DoDoubleClick(wait, x, y)
This should raise two click (mousedown+mouseup) events on screen…