Is it possible to simulate a mouseclick on a Form that is minimized, or behind other forms, without giving it the focus and bringing it up in the foremost position?
I’ve got the code to simulate a mouse click, and it works just fine, but it needs the co-ords of the click and it doesn’t accept in input the Form address.
You can use the
SendMessageAPI call.A lot of examples can be found with Google, like this one.