A Aris Dec 1, 2003 #1 Which event to fire when a button is keeping pressed contiously for a period of time? Thanks
W William Ryan Dec 1, 2003 #3 I'm not sure what you want to do ulitmately, but you can trap MouseDown and MouseUp. YOu can start a timer for instance and after X intervals, do whatever you are trying to accomplish - just make sure you stop the timer on MouseUp. HTH, Bill
I'm not sure what you want to do ulitmately, but you can trap MouseDown and MouseUp. YOu can start a timer for instance and after X intervals, do whatever you are trying to accomplish - just make sure you stop the timer on MouseUp. HTH, Bill