How can I make mousewheel work in VB6 IDE?

后端 未结 6 1607
借酒劲吻你
借酒劲吻你 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条回答
  •  执念已碎
    2021-02-06 21:29

    Steps from https://support.microsoft.com/en-us/kb/837910

    To install the VB6 IDE Mousewheel Addin:

    1. Copy VB6IDEMouseWheelAddin.dll to your local System32 directory and register.
    2. Open the VB IDE.
    3. Go to the 'Add-Ins Manager'.
    4. Select 'MouseWheel Fix' in the Available Add-Ins.
    5. Check 'Loaded/Unloaded' and 'Load on Startup'.
    6. Click 'OK' button.

    You should now be able to use the mousewheel in the code window.

提交回复
热议问题