中午去微软官方网站查了查相关信息,终于搞定了
1、下载 http://download.microsoft.com/download/e/f/b/efb39198-7c59-4ace-a5c4-8f0f88e00d34/vb6mousewheel.exe这是一个自解压的包,其中包含 vb6idemousewheeladdin.dll和其源程序。 2、将包中的vb6idemousewheeladdin.dll或者将源程序编译出一个新的vb6idemousewheeladdin.dll copy到系统目录或者vb安装目录(防止被删除) 3、运行regsvr32 <path> vb6idemousewheeladdin.dll 4、运行visual basic 6.0 5、单击add-ins菜单下的add-in manager,弹出add-in manger对话框 6、在available add-ins列表中,选择“mousewheel fix”,在load behavior栏中单击选中"loaded/unloaded和load on startup复选框 7、确定,完成 原文链接:https://www.f2er.com/vb/260910.html