如何使鼠标滚轮在 VB6 IDE 中工作? [英] How can I make mousewheel work in VB6 IDE?

查看:26
本文介绍了如何使鼠标滚轮在 VB6 IDE 中工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

VB6 IDE 编辑器的一个令人讨厌的行为是它无法识别鼠标滚轮,尤其是从 VS.NET 等较新的工具切换回它时!也许VB6是在大多数鼠标都没有的时候被带出来的,但是有没有办法修复它,让它能够识别鼠标滚轮?

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 was brought out when most mice didn't have one, but is there a way to fix it so it does recognize the mousewheel?

推荐答案

Microsoft 有一个扩展可以提供请求的行为.您必须从下面的链接下载它并使用提供的步骤注册它,例如使用 regsvr32

Microsoft has an extension that can provide the behavior requested. You have to download it from the link below and register it with the steps provided, such as using regsvr32

http://download.microsoft.com/download/e/f/b/efb39198-7c59-4ace-a5c4-8f0f88e00d34/vb6mousewheel.exe

更新:这里是步骤

  • 下载包含加载项 DLL 的 VB6 Mouse Wheel.exe 文件以及用于创建加载项 DLL 的代码.

  • Download the VB6 Mouse Wheel.exe file that includes the add-in DLL and the code that is used to create the add-in DLL.

将文件解压到您有权访问的位置.

Extract the files to a location you have access to.

打开命令提示符,以管理员身份运行.

转到你的文件夹将文件提取到.

Go to the folder you extracted the files to.

键入regsvr32 VB6IDEMouseWheelAddin.dll,然后点击确定

启动 Visual Basic 6.0.单击加载项,然后单击加载项管理器.

Start Visual Basic 6.0. Click Add-Ins, and then click Add-in Manager.

在加载项管理器列表中,单击 MouseWheel Fix.

In the Add-in Manager list, click MouseWheel Fix.

单击以选中加载/卸载"复选框,然后单击以选中启动时加载"复选框.

Click to select the Loaded/Unloaded check box, and then click to select the Load on Startup check box.

点击确定.

这篇关于如何使鼠标滚轮在 VB6 IDE 中工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆