| Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
|
Simulate a mouse click on our form (control)
(2 votes). Leave comments and/ or rate it.
This is easily done by position the mouse cursor onto the form using SetCursorPos, then using mouse_event to fake a mouse click.
Comments:
|