Keep firing the click event with mouse down

steve1111

Registered User.
Local time
Today, 07:42
Joined
Jul 9, 2013
Messages
170
Hello,

I wanted to see if there was a way to keep firing the click event on a button when I am holding the mouse down.

I have a series of images maybe 25 that I show 8 at a time. I have an advance button that when clicked it shows one new image and takes the 8th image away. I want to keep the scroll feel if a user holds down the advance button until mouse up.

Thanks
 
I will probably want to wait 1 second before firing each time as well.
 
Check out the AutoRepeat property of the Access.CommandButton.

hth
Mark
 
Try using the Form_Timer event with the timer interval=1000 (1 second)
 

Users who are viewing this thread

Back
Top Bottom