Home > Software engineering >  Why not set the mouse scroll?
Why not set the mouse scroll?

Time:10-29

I download VB6IDEMouseWheelAddin. DLL files, on the Windows \ system32 \, run regsvr32 VB6IDEMouseWheelAddin. DLL error prompt: VB6IDEMouseWheelAddin. DLL loaded but call to dllregisterserver failed, the error code of 0 x80004005, inside the add-ons management did not open the VB6.0 by use mousewheel add-in, is this why?
I am using Windows 7
VB6IDEMouseWheelAddin. DLL download from Microsoft, is a exe file, extract, following a

CodePudding user response:

Regsvr32 "the full path \ VB6IDEMouseWheelAddin DLL"

If there is no space in the full path of the directory name, can need not quote, otherwise, is to use quotation marks

CodePudding user response:

Yes, I've tried.

CodePudding user response:

This thing I've been using it, put it in the System32, then: regsvr32

CodePudding user response:

1, download http://download.microsoft.com/download/e/f/b/efb39198-7c59-4ace-a5c4-8f0f88e00d34/vb6mousewheel.exe
This is a self-extracting package, which contains VB6IDEMouseWheelAddin. DLL and a source program,

2, the package of VB6IDEMouseWheelAddin. DLL or the source program to compile a new VB6IDEMouseWheelAddin. DLL COPY to the system directory or VB installation directory (to prevent to be deleted)

3, the start - & gt; Run: regsvr32 VB6IDEMouseWheelAddin. DLL

4, run the Visual Basic 6.0

5, click Add - Ins under the menu the Add - In Manager, pop-up Add - In Manager dialog
Note: the Chinese system is "add-ons management (A)" in the "add-ons manager";
The Japanese system is: (ア ド イ ン (A)) in the (ア ド イ ン マ ネ ー ジ ゃ),

6, in the Available Add - Ins list, choose "MouseWheel Fix", in the Load behaviors bar click to select "the Loaded/Unloaded and the Load on Startup check box

7, sure, complete


At this time, the Visual Basic6.0 IDE support roller already

CodePudding user response:

Dear master, first of all thank you for your answer ~ ~
But I feel my machine system has a problem, I just do as the 4th floor of the master said, but is still the same error
VB6IDEMouseWheelAddin. DLL loaded but call to dllregisterserver failed, the error code of 0 x80004005
Don't quite understand, my system have a problem?
I am using VB6.0 by use enterprise, complete the installation

CodePudding user response:

You play any Chinese characters in vb6 installation path, sp6 patch again

CodePudding user response:

You are using is not administrator privileges, need to load the administrator permissions, I have done under the doing

CodePudding user response:

In system,,,,

CodePudding user response:

Don't know your problem solved, seems to be the administrator permissions, the original poster can click the right mouse button, a new shortcut, object position is set to C: \ Windows \ System32 \ regsvr32 exe... \ VB6IDEMouseWheelAddin DLL, after the completion of the right to run as an administrator,

CodePudding user response:

The building Lord I want to ask next your problem solved not yo, I met with you and Windows 7 that the same problem

CodePudding user response:

Windows 7 regsvr32 need administrator privileges to executed correctly, the command prompt, right-click on the administrator

CodePudding user response:

Actually don't need to be registered in the external, direct references to it in the IDE, will automatically register.

Good reference, and then into the add-ons manager set the loading mode.

CodePudding user response:

Wolf also have this problem, on the vb under the installation directory. Misled by baidu, in the c: \ Windows \ system32 \. Always fail. Windows 7 and doing under the installation directory,

CodePudding user response:

Your system should not XP? XP directly can register OK, but Windows 7 due to join the security mechanism, so you run CMD, need to use right click use administrator run, in the regsvr32 was no problem,
  • Related