[VB] Need Help with something
So I'm trying t
rk on my auto clicker program in VB (visual basics 2008 express edition) and I'm trying to find a way to pause/stop the program with a right-click of the mouse, so you're not auto clicking EVERYTHING while you're trying to bring it back up. (I had a pretty hectic time stopping it)
Could anyone help me with this? It'd be greatly appreciated.
-Raivu
Edit: I've tried
(Timer1 is the clicker)
And I've also tried the mouse functions, but I don't know a lot about those yet, so whether or not I was doing it correctly, I'm not sure.
rk on my auto clicker program in VB (visual basics 2008 express edition) and I'm trying to find a way to pause/stop the program with a right-click of the mouse, so you're not auto clicking EVERYTHING while you're trying to bring it back up. (I had a pretty hectic time stopping it)Could anyone help me with this? It'd be greatly appreciated.
-Raivu
Edit: I've tried
If e.keycode = keys.space then
timer1.stop()
End If
(Timer1 is the clicker)
And I've also tried the mouse functions, but I don't know a lot about those yet, so whether or not I was doing it correctly, I'm not sure.

