VB6.0 does not support the scroll wheel, which makes it inconvenient for everyone to work and learn. This problem occurs because Visual Basic 6.0 IDE does not support the built-in use of the scroll wheel, microsoft officially provides two methods. You can give it a try:
Method 1
Download the VB 6 mouse wheel.exe file, including loading DLL and code for creating the add-on DLL.
| 1. |
Download the VB 6 mouse wheel.exe file and run it. You can download the following files from the Microsoft download center: Download the vb6mousewheel. EXE package now. (http://download.microsoft.com/download/e/f/ B /efb39198-7c59-4ace-a5c4-8f0f88e00d34/vb6mousewheel.exe) |
| 2. |
Click Start, click Run, and type regsvr 32 <path> \ vb6idemousewheeladdin. dll. (We recommend that you copy vb6idemousewheeladdin. DLL to the system folder to run regsvr32 vb6idemousewheeladdin. dll) |
| 3. |
Start Visual Basic 6.0. |
| 4. |
Click Add-on, and then click Add-on manager. |
| 5. |
In the add-on Manager List, click mousewheel fix. |
| 6. |
In the available add-ins list, select "mousewheel fix" and click the "Loaded/unloaded and load on startup" check boxes in the load behavior column. |
| 7. |
Click OK. |
You can also generate Visual Basic 6.0 to load the DLL. In this case, load the DLL for automatic registration. Then you can load the DLL according to steps 4 to 7. To generate the add-on DLL, click the File menu to generate vb6idemousewheeladdin. dll.
Method 2
Return to an earlier version of Microsoft intelliipoint. To do this, follow these steps:
| 1. |
If the intelliipoint software installed on your computer is version 4.9 or later, delete the intelliipoint software from your computer. |
| 2. |
Install the intelliipoint 4.12 software version. You can download the following files from the Microsoft download center: Download the intelliipoint 4.12 package now. (http://www.microsoft.com/downloads/details.aspx? Familyid = 4348502a-61be-4072-abe2-e3fc3aa0eee6 & amp; displaylang = EN) |
Note:You can also use this add-on in most VBA environments. As described above, install and load a macro. Use the following values to create the. reg file and merge it with your registry.
Windows Registry Editor 5.00
HKEY_CURRENT_USER \ Software \ Microsoft \ VBA \ VBE \ 6.0 \ addins \ vb6idemousewheeladdin. Connect
| • |
"Friendlyname" = "mousewheel Repair" |
| • |
"Commandlinesafe" = DWORD: 00000000 |
| • |
"Loadbehavior" = DWORD: 00000000 |
Note:These items may be ignored if they are stored in hkey _ local _ machine.