Click here to Skip to main content
15,899,126 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Microsoft Forms 2.0 TextBox does not support the mouse wheel scroll event.Has anybody come across code that can work around this, and capture the mouse wheel event? Also has Microsoft ever tried to fix this?
Posted

did you try google first?

Googling "vb 6.0 mouse scroll" took me right to a microsoft page Mouse Wheel Events do not work in the Visual Basic 6.0 IDE[^]

Ok...I see the problem...that was for the IDE only...

Well, looks like the only way is through subclassing.

Check out How to handle the Mouse Wheel events in your projects[^]

Oh, and by the way, that was the 7th result from "capture mouse scroll in vb6"
 
Share this answer
 
v3
Yes i have come across that link, but it points to how to solves the problem of the wheel scroll not working in the VB6 IDE.

My problem is associated with MS Forms TextBox, which provides multiline support and horizontal and vertical scroll bars. But it does not capture the mouse wheel scroll event. If you are aware of any work around could you help me out?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900