Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

How to use Mouse wheel in VB6 tutorial.


GalacticGlum
 Share

Recommended Posts

Hello everybody!

If you have ever used VB6 you know that there is no mouse wheel scroll functionality well here is a quick tutorial on how to use the mouse wheel to scroll in the VB6 IDE.

**_Let's Begin!_**

1\. First download the **VB6 Mouse Wheel.exe**. [Click here!](http://download.microsoft.com/download/e/f/b/efb39198-7c59-4ace-a5c4-8f0f88e00d34/vb6mousewheel.exe)
2\. Next create a new folder in System32 called "**vb6mousefix**".
3\. Then run **command prompt** in **administrator**
4\. Now type type **regsvr32 VB6IDEMouseWheelAddin.dll**, and then click **OK**.
5\. Start **VB6**
6\. Click "**Add-Ins**" and then click "**Add-in Manager**".
7\. In the **Add-In Manager**, click **MouseWheel Fix**
9\. Click the "**Loaded/Unloaded**" check box and click the "**Load on Startup**" check box.
10\. Click **OK.**
You are done! Enjoy!
Remember not delete the "vb6mousefix" folder and not to move it out of your system32 folder.
Link to comment
Share on other sites

It matters. I helps reduce useless Desktop clutter. (I'm guessing I and many people hate having junk on the Desktop). And, if you delete the file without un-registering it properly then it'll leave registry entries. Better to have it someplace you won't accidentally delete it.
Link to comment
Share on other sites

  • 5 months later...
I did it successfully with my own "tutorial".
If you want to register dll file follow this instructions:

1.Download VB6 MOUSE WHEEL DLL Click here!
2.Install it to your C:\Windows\SysWOW64 or System32 (32bit)
3.Open CMD as administrator.
4.Type cd yourdllfiledestinationfolder
Example:
cd C:\Windows\SysWOW64 or System32 (32bit)
5.Hit **ENTER**
6.Type regsvr32 VB6IDEMouseWheelAddin.dll
7\. Hit **ENTER**
8.WOLA dll has been registered.

Tutiorial Created by Aurelijus.S all rights reserved ® 2015 :D
Link to comment
Share on other sites

I know that some windows 10 computers get an error, to fix it, follow these steps:

1) [**DOWNLOAD THIS**](http://www.mediafire.com/download/zhfara5ihk10c4o/VB6ScrollwheelFix7.zip) (place it somewhere you won't delete it)
2) Run Task Scheduler
3) Create a new task
4) Name it something you'll remember (VB6 Mouse Scroll Fix works)
5) Create a new Trigger, in the drop down box, select run at login (or start up)
6) Create a new Action, where it says Program/Script, click Browse and find the VB6ScrollwheelFix.exe
7) Go to the General tab and click the check box (at the bottom) "Run with highest privileges"
8) Click Ok, then close out of the Task Scheduler

If this still doesn't work, then go into the folder where you put VB6ScrollwheelFix.exe and right click it and go into the "Compatibility" tab and select "Run this program as an administrator", click Apply and exit

I think this is all I had to do to get it to work properly (Thanks to Genusis)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...