Am using VB6. Have a listbox on a form - the listbox has a vertical scrollbar. Am trying to use the MouseMove event to detect when the cursor is over the edge of the listbox.
My problem: when the mouse moves over the listbox from the right-hand side, the MouseMove event isn't triggered until after the mouse pointer has cleared the listbox's scrollbar and hits the list itself. I need to detect when the mouse pointer is over the right-hand edge of the listbox scrollbar itself...
Any thoughts?
My problem: when the mouse moves over the listbox from the right-hand side, the MouseMove event isn't triggered until after the mouse pointer has cleared the listbox's scrollbar and hits the list itself. I need to detect when the mouse pointer is over the right-hand edge of the listbox scrollbar itself...
Any thoughts?