Scrolling in Microsoft Visual Basic

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I think this is a prethy simple question, and therefore I searched through
the current posts to see if I can find an answer, but so far I've had no
luck. I'm not even sure if this is the correct place to post this question,
but here goes:

When I'm editing code in Microsoft Visual Basic, my scroll wheel doesn't
work. Is there a reason for this? Or is it a setting I'm missing?
 
Some different ways to do this:

See this Microsoft article for how to make it work:
http://support.microsoft.com/default.aspx?scid=kb;en-us;837910

Or you can use a free, mouse software solution:
http://www.geocities.com/SiliconValley/2060/freewheel.html
http://www.softpedia.com/get/System/OS-Enhancements/VBScroll.shtml

Or you can use an older version of Microsoft's IntelliPoint software.
Intellipoint v5.0 and v5.1 dropped the ability to scroll in the VBE. I've
read that v5.2 has restored it, but I haven't tested it. I have used
Intellipoint v3.2, which supports VBE scrolling. Any of the v4.x versions
also support it. I currently am using IntelliPoint 5.3 -- but I don't
remember if the VBE scrolling is working because the software supports it,
or if the setting changes from the MS article are making it work.
 
Wow, that's a rediculous amount of effort for something so simple, eh?!? Oh
well, I did the fix listed on the microsoft website and it worked perfectly,
thanks a lot.

Graham
 
Back
Top