Can someone post examples of powerbasic code that utilize windows APIs for the following:
- retrieve the position of the mouse (presumably x and y coordinates) within the active window
- move the mouse to specified x and y coordinates in the active window
- perform a mouse left-click at the mouse's current position (he left click is sent to the active window's application)
- retrieve the position of the mouse (presumably x and y coordinates) within the active window
- move the mouse to specified x and y coordinates in the active window
- perform a mouse left-click at the mouse's current position (he left click is sent to the active window's application)
Comment