MouseDown Event

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

I have created a button on a Cshape Form and I was wondering if there is
some way to keep track of if the user has clicked down on the button but it
holding the button down. (ex like you click on the arrows on scrollbar to
scroll up and down)

I want to have a counter that goes up the longer the user holds the button
down. Can I do something like this with a MouseDown event or a mouseclick
event? or do I need to use another event.

Thanks
bourdette
 
Back
Top