Has anyone specifically actually been able to code a real live mouse click outside of a form? I've read numerous articles and posts about using API SetCursorPos to move the mouse to a location -- works great. But the mouse_event / SendInput API functions are just not making the mouse click. Does anyone have some real working code that does this?

I have the Declares, and constants in a module...

Thanks.