need vb6 app with mouse wheel scrolling
Project detail
Standard VB6 apps do not support the mouse wheel for scrolling on scroll bars or in text. There is a “work around” so this can be added, per this link:
https://docs.microsoft.com/en-us/troubleshoot/dotnet/visual-basic/mouse-wheel-events-do-not-work
I would like to add this feature to my VB6 apps. You may have a different method and I am open to that, but I much prefer to use the dll mentioned in the link above.
What I would need is just a single form project with a multi-line text box with a vertical scroll bar. It would include any dlls or ocxs needed, and would allow the mouse wheel to scroll both in the text on on the scroll bar.