I use the Click event and it works like you would expect.
I use the keypress and it will repeat the event as long as the a key is being held down.

I use the mouseDown event and it acts like the click. It fires when the mouse button goes down. But it does not repeat while the button is held down.

How can I make it keep going while the mouse is held down.
I tried just recalling the event and it worked until it crashed with a stack overflow (all I was doing was puting a random number in the caption).

Mike