How can I make mousewheel work in VB6 IDE?

后端 未结 6 1686
借酒劲吻你
借酒劲吻你 2021-02-06 20:56

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

6条回答
  •  萌比男神i
    2021-02-06 21:24

    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.

提交回复
热议问题