VB 6.0 Mouse wheel scroll add-in help
Mouse wheel events do not work in the Visual Basic 6.0 IDE
SYMPTOMS
You cannot scroll by using the mouse wheel in the Microsoft Visual Basic 6.0 IDE.
Cause
Cause
This problem occurs because the Visual Basic 6.0 IDE does not have built-in support for scrolling by using the mouse wheel.
Workaround
To work around this problem, use one of the following methods:
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.
1. | Download the VB6 Mouse Wheel.exe file. The following file is available for download 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) For more information about how to download Microsoft support files, click the following article number to view the article in the Microsoft Knowledge Base: 119591 (http://support.microsoft.com/kb/119591/) How to obtain Microsoft support files from online services Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file. |
2. | Click Start, click Run, type regsvr32 |
3. | Start Visual Basic 6.0. |
4. | Click Add-Ins, and then click Add-in Manager. |
5. | In the Add-in Manager list, click MouseWheel Fix. |
6. | Click to select the Loaded/Unloaded check box, and then click to select the Load on Startup check box. |
7. | Click OK. |
This will fix the problem. Can't find what you're looking for? Try Google Search!
Comments on "VB 6.0 Mouse wheel scroll add-in help"