I am an amatuer when it comes to VB, but I’m learning while trying to develop an appliction that involves an interrupt.
For example, during the period a For/Next routine is running I need to count the number of times a key (say the space bar) is pressed. Obviously, this action must interrupt the running routine long enuf to bump a counter. I have no clue how to do this, so suggestions are very welcome.