VB Editor Scroll Problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Roy Harbert

    #1

    VB Editor Scroll Problem

    How do I get the editor to scroll with the mouse wheel????


  • Rick Rothstein [MVP - Visual Basic]

    #2
    Re: VB Editor Scroll Problem

    > How do I get the editor to scroll with the mouse wheel????

    Although you didn't specify which driver version you are using, I
    would guess it is Intellipoint Version 5. If so, that driver is flawed
    and doesn't work correctly. Microsoft offers a "fix" for the mouse
    wheel scrolling problem in VB6's IDE at this web page

    Microsoft Support is here to help you with Microsoft products. Find how-to articles, videos, and training for Microsoft Copilot, Microsoft 365, Windows 11, Surface, and more.


    but some consider this a half-hearted solution which still leaves
    problems (you still won't be able to scroll a FlexGrid control). Other
    possibilities are

    VBScroll: http://www.gasanov.net/VBScroll.htm

    FreeWheel: http://www.geocities.com/SiliconVall...freewheel.html

    Rick


    Comment

    • Roy Harbert

      #3
      Re: VB Editor Scroll Problem

      Thanks Rick! I used VBScroll and it is exactly what I was looking for!!

      Roy
      "Rick Rothstein [MVP - Visual Basic]" <rickNOSPAMnews @NOSPAMcomcast. net>
      wrote in message news:SIudnfa66p 6HvRvenZ2dnUVZ_ vudnZ2d@comcast .com...[color=blue][color=green]
      > > How do I get the editor to scroll with the mouse wheel????[/color]
      >
      > Although you didn't specify which driver version you are using, I
      > would guess it is Intellipoint Version 5. If so, that driver is flawed
      > and doesn't work correctly. Microsoft offers a "fix" for the mouse
      > wheel scrolling problem in VB6's IDE at this web page
      >
      > http://support.microsoft.com/?id=837910
      >
      > but some consider this a half-hearted solution which still leaves
      > problems (you still won't be able to scroll a FlexGrid control). Other
      > possibilities are
      >
      > VBScroll: http://www.gasanov.net/VBScroll.htm
      >
      > FreeWheel: http://www.geocities.com/SiliconVall...freewheel.html
      >
      > Rick
      >
      >[/color]


      Comment

      • Peter

        #4
        Re: VB Editor Scroll Problem

        Rick
        Great advice.
        As an VB6 dabbler I keep an eye on this group & learn a lot.
        The scroll problem has bugged me for ages & as Roy say's VBScroll works a
        treat.

        Thanks
        --
        Peter
        To err is human but it takes a computer to really mess things up!

        "Rick Rothstein [MVP - Visual Basic]" <rickNOSPAMnews @NOSPAMcomcast. net>
        wrote in message news:SIudnfa66p 6HvRvenZ2dnUVZ_ vudnZ2d@comcast .com...[color=blue][color=green]
        >> How do I get the editor to scroll with the mouse wheel????[/color]
        >
        > Although you didn't specify which driver version you are using, I
        > would guess it is Intellipoint Version 5. If so, that driver is flawed
        > and doesn't work correctly. Microsoft offers a "fix" for the mouse
        > wheel scrolling problem in VB6's IDE at this web page
        >
        > http://support.microsoft.com/?id=837910
        >
        > but some consider this a half-hearted solution which still leaves
        > problems (you still won't be able to scroll a FlexGrid control). Other
        > possibilities are
        >
        > VBScroll: http://www.gasanov.net/VBScroll.htm
        >
        > FreeWheel: http://www.geocities.com/SiliconVall...freewheel.html
        >
        > Rick
        >
        >[/color]


        Comment

        Working...