Dear all,
I'm creating this program where the goal is to automate some mouse -click and dragging on an external application.
Now the problem is, this external application is blocking every automate mouse moves, clicks or anything related to using the mouse.
So I figured autoit uses postmessage and user32.dll to move the mouse and that this application blocks these attempts.
Now I'm wondering if there's a different way to move the mouse so it'll go undetected by this external app.
Any other suggestions are welcome to.
Thnx in advance