Hi. I want a code that move my mouse on a position, then click. I want this for a auto-clicker.
Something like:
I searched the google, and i found something like "mouse_event". I tried it, but it click only one time (first time when progressbar1.value = max., but no 2nd, 3rd etc.) :confused:
I want this to click me into form, but if not, i can find position from full screen :). Thank's
Something like:
Code:
If progressbar1.Value = progressbar1.Maximum then
mouse.move...............
mouse.click ..........
progressbar1.value = 0I want this to click me into form, but if not, i can find position from full screen :). Thank's