Hello,
I have an application that loads a set of database records into memory. I then have buttons to move to the first, next, previous or last record.
I would like to add a horizontal scroll bar so that the user can skip around; to the middle, towards the end, etc. I'm not sure what event to use to allow a user to move the scroll bar but then capture the value when the mouse button is released. When I try MouseCaptureCha nged it stops the whole time. When I try MouseLeave it doesn't stop until the mouse is moved instead of when the mouse button is released.
Any suggestions would be greatly appreciated.
LegalIT
I have an application that loads a set of database records into memory. I then have buttons to move to the first, next, previous or last record.
I would like to add a horizontal scroll bar so that the user can skip around; to the middle, towards the end, etc. I'm not sure what event to use to allow a user to move the scroll bar but then capture the value when the mouse button is released. When I try MouseCaptureCha nged it stops the whole time. When I try MouseLeave it doesn't stop until the mouse is moved instead of when the mouse button is released.
Any suggestions would be greatly appreciated.
LegalIT
Comment