HI

It is very easy to move your cursor to a specific coordinate but my question here is how do you move your cursor to an image?

Now what this would involve doing is importing an image so the program understands it, then finding that image on your screen (maybe through RGB colors). How exactly do you do this? What is the procedure?

Say I want to import this image:



Now I want the program to find that image on the screen (THE START BUTTON) and then move my cursor on it.

so cursor.position = new point(the image)

Please guide me here as there are millions of people looking out the solution for this.

Thanks