Right then i have a small problem.
I have a VScrollBar which scrols the contents of a custom picture box, how do i make the scroll bar scroll when the mouse wheel is moved?
Cheers people
ILMVscrollbar
Printable View
Right then i have a small problem.
I have a VScrollBar which scrols the contents of a custom picture box, how do i make the scroll bar scroll when the mouse wheel is moved?
Cheers people
ILMVscrollbar
I'd have thought a Scrollbar would scroll when moving the mouse wheel up and down by default. Make sure you have mouse drivers that support it, e.g. if mouse if microsoft, use microsoft intelli drivers. Same applies to vb6 compiler...you can't scroll the code up and down with mouse wheel when the default windows drivers are installed.
Hope this helps.
Perhaps check out my codebank example of using MouseWheel with Any Control.
Should be fairly simple to modify it to your needs.