-
Jul 31st, 2015, 05:57 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] VB6 IDE Mousewheel Windows 10.
Until recently I have been using Wheeler with great success. However, under Win10 (release) it no longer works after a reboot/start. You have to stop the service and reinstall. I have tried all the mousewheel tools at my disposal inc;
VB6IDEMousewheel addin (No longer shows in Addin Manager)
VBScroll
VB6ScrollwheelFix 7
None work. Anyone have any ideas about a solution?
-
Jul 31st, 2015, 06:43 AM
#2
Re: VB6 IDE Mousewheel Windows 10.
This is always a pain... right up until you find something that works and then you get that "works for me, what's the big deal?" attitude.
Then it breaks and you are all alone with everyone else snubbing you.
I don't know of any fix that works for everybody all of the time. I've had systems where VB6ScrollwheelFix works just fine, others where it worked for years and then something broke it and I couldn't get it working again.
On those systems I have fallen back on X-Mouse Button Control which allows you to tailor mouse button and scrollwheel action program by program in addition to global defaults. This has been updated for Windows 10 and might be an option that would work for you.
Sadly it has a confusing configuration user interface, but I'm sure you'll work it out.
I usually add a profile for VB6.EXE and change Scroll Method under Advanced Window Scrolling to Method 1 (SCROLL Msg) and that should work for you.
-
Jul 31st, 2015, 07:20 AM
#3
Thread Starter
Fanatic Member
Re: VB6 IDE Mousewheel Windows 10.
Many thanks Dil, that was exactly what the doctor ordered.
-
Jul 31st, 2015, 07:33 AM
#4
Re: [RESOLVED] VB6 IDE Mousewheel Windows 10.
Glad it helped.
You know though, this is something Microsoft could have directly addressed a long time ago in a VB6 Service Pack. For that matter they could get off their couch and deal with a ton of these little issues in a new SP7. Of course they won't, even though we aren't asking for new features or anything, just patching up a hatful of small flaws here and there that they have known about for a decade or more.
-
Jul 31st, 2015, 09:00 AM
#5
Member
Re: VB6 IDE Mousewheel Windows 10.
 Originally Posted by dilettante
This is always a pain... right up until you find something that works and then you get that "works for me, what's the big deal?" attitude.
Then it breaks and you are all alone with everyone else snubbing you.
I don't know of any fix that works for everybody all of the time. I've had systems where VB6ScrollwheelFix works just fine, others where it worked for years and then something broke it and I couldn't get it working again.
On those systems I have fallen back on X-Mouse Button Control which allows you to tailor mouse button and scrollwheel action program by program in addition to global defaults. This has been updated for Windows 10 and might be an option that would work for you.
Sadly it has a confusing configuration user interface, but I'm sure you'll work it out.
I usually add a profile for VB6.EXE and change Scroll Method under Advanced Window Scrolling to Method 1 (SCROLL Msg) and that should work for you.
I, too, lost the ability to scroll in code windows under Windows 10. So I installed XMBC. I set up a new profile, clicked Find Window, then clicked one of my code windows.
I set Wheel Up to Scroll Window Up and Wheel Down to Scroll Window Down, then in Scrolling and Navigation, as you suggested, I set Scroll Method to Method 1 (Scroll Msg), changing Vertical Lines to 3.
Sadly, nothing's changed. I still can't scroll in VB6. I've tried all the various Scroll Methods now and nothing seems to work. As far as you can tell, am I setting this up correctly?
Thanks much. What a hassle.
-
Jul 31st, 2015, 11:56 AM
#6
Re: [RESOLVED] VB6 IDE Mousewheel Windows 10.
I leave Wheel Up and Wheel Down and everything else at default. Then I set Scroll Method to Method 1, Vertical Lines to 15. I don't change anything else.
-
Jul 31st, 2015, 03:48 PM
#7
Member
Re: [RESOLVED] VB6 IDE Mousewheel Windows 10.
 Originally Posted by dilettante
I leave Wheel Up and Wheel Down and everything else at default. Then I set Scroll Method to Method 1, Vertical Lines to 15. I don't change anything else.
Thanks much. I may give that a try.
-
Oct 30th, 2015, 02:13 AM
#8
Lively Member
Re: [RESOLVED] VB6 IDE Mousewheel Windows 10.
In my case VB6IDEMouseWheelAddin.dll works ok in VB6 in Windows 10 Pro. My mouse is EVO ADVANCED WIRELESS LASER MOUSE. Perhaps, it depends on the mouse.
-
Feb 13th, 2018, 12:42 AM
#9
Re: [RESOLVED] VB6 IDE Mousewheel Windows 10.
Just an update: VB6IDEMouseWheelAddin.dll didn't work. Using the REG file supplied didn't do anything as the add in just didn't show up. Opening the source code project threw an error about Connect.dsr not found - this file is missing from the installation and the project could not be built.
So searched on the net, found this thread, downloaded XMBC and followed dilettante's recommendations - happy to say the scrolling is back!
-
Feb 13th, 2018, 10:58 AM
#10
Re: [RESOLVED] VB6 IDE Mousewheel Windows 10.
Dilettante's recommended X-Mouse Button Control is the only one I've ever found that correctly scrolls a VB6 code window that you have split-into-two-sections, which I find myself doing often. It's a truly nice solution (and through the years, I've tried them all at one time or another).
Any software I post in these forums written by me is provided “AS IS” without warranty of any kind, expressed or implied, and permission is hereby granted, free of charge and without restriction, to any person obtaining a copy. Please understand that I’ve been programming since the mid-1970s and still have some of that code. My contemporary VB6 project is approaching 1,000 modules. In addition, I have a “VB6 random code folder” that is overflowing. I’ve been at this long enough to truly not know with absolute certainty from whence every single line of my code has come, with much of it coming from programmers under my employ who signed intellectual property transfers. I have not deliberately attempted to remove any licenses and/or attributions from any software. If someone finds that I have inadvertently done so, I sincerely apologize, and, upon notice and reasonable proof, will re-attach those licenses and/or attributions. To all, peace and happiness.
-
Mar 16th, 2018, 06:32 AM
#11
New Member
Re: [RESOLVED] VB6 IDE Mousewheel Windows 10.
Thank you dilettante for the help. It works like a charm and it also was a tool I was looking for in the past but failed to found.
-
May 25th, 2022, 03:43 AM
#12
New Member
Re: [RESOLVED] VB6 IDE Mousewheel Windows 10.
HoneyBee, the reg file is for VBA only. And you must register the .dll or compile directly in IDE and it will be registered automatically.
I know the thread is old, but I personally fixed it by following the steps on Microsoft's site:
https://docs.microsoft.com/en-us/tro...ts-do-not-work
I advise downloading VB6MouseWheel.exe, and adding those instructions to a readme.
I'm using Windows 10 x64, working in 2022
Also the old jjbot add-on was updated by himself in 2021.
There is a link to Github:
https://github.com/jjbott/VB6ScrollWheelFix
Last edited by FrannDzs; May 25th, 2022 at 03:53 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|