Hi. I want a code that move my mouse on a position, then click. I want this for a auto-clicker.

Something like:
Code:
 If progressbar1.Value = progressbar1.Maximum then
mouse.move...............
mouse.click ..........
progressbar1.value = 0
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.)

I want this to click me into form, but if not, i can find position from full screen . Thank's