I started learning some vb but I have a problem. How do I tell my program by the time I click on a button lets say "Start" it will keep track of where I click and save the position (x,y) on a list.x and list.y . So that I can later use that list to make the program automatically click on these points when I start it. I though of putting a timer and by activating the timer this function will start. How do I make it so that when the timer is up, the program will be on stand by and wait till I click somewhere to record??

Any ideas and help much appreciated