One annoying behavior of the VB6 IDE editor, especially when switching back to it from more recent tools like VS.NET, is that it doesn\'t recognize the mousewheel! Maybe VB6 wa
Here's another external program, as mentioned in another question.
Download link: Wheeler
Wheeler is a free program that enhances the behavior of your mouse wheel...
Wheeler is a highly configurable program. Here are some highlights:
In addition to scrolling the window under the cursor when you roll the mouse wheel, it's possible to move the keyboard focus to that window... Through the concept of wheelability, you can control how wheel messages are processed on a per window class basis. Scoped window classes allow you to associate window class names with the specific programs that define them, so you don't have to worry about affecting other programs that may unwittingly use the same window class names. ... You can exclude entire programs from the Wheeler treatment.