Thursday, July 23, 2009

Enabling Mouse Wheel Scroll in VB 6.0 IDE

Normally if u work on your VB 6.0 IDE you cannot able to use the Mouse Wheel to scroll the Scroll Bar..

Originally the IDE was not supporting this method

Microsoft has released an addins to fix this issue....

Download the package from Microsoft

Installation Procedure

1.Run the Exe vb6mousewheel.exe to temp folder.
2. Now you will see 5 files
3. Locate for the VB6IDEMouseWheelAddin.dll,Now you will see 5 files
4.Copy this file to either VB installed folder or some where in windows folder
5. Register it using Click Start, click Run, type regsvr32
\VB6IDEMouseWheelAddin.dll, and then click OK.
6.Start Visual Basic 6.0.
7. Click Add-Ins, and then click Add-in Manager.
8. In the Add-in Manager list, click MouseWheel Fix.
9. Restart the IDE you can able to scroll using Mouse Wheel

Method 2:
Download install the VBScroll from here
Screenshots:



Links:

No comments: