Hey,
I currently have a program that runs a loop with some mouse clicks in an internet browser to do some menial tasks I do not want to do. But I have to specify the number I want it to do before hand, and since the mouse clicks are too fast, I cant stop debugging either or any other form of stopping it.
My question is, how do I stop the program with the keyboard while the form is not selected? If you could provide some code or just a good explanation, that would be great.
~Pengwin