Hi! all,
I'm writing a program in VB that runs a Windows software.
Basically, I just need clicking buttons over and over according to each screen with some time intervals.
I'm not sure how complicated this is and where to start.
Printable View
Hi! all,
I'm writing a program in VB that runs a Windows software.
Basically, I just need clicking buttons over and over according to each screen with some time intervals.
I'm not sure how complicated this is and where to start.
the mouse_event API call allows you to simulate mouse actions.