Turn off Mouse Wheel Scroll in Windows Form app (C+)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • catsweepy2
    New Member
    • Aug 2008
    • 1

    Turn off Mouse Wheel Scroll in Windows Form app (C+)

    Hi

    I am trying to turn off the mouse wheel scroll event (or at least ignore it) in a windows form app. Can anybody provide me with any advice/code.

    Using:
    .Net framework 1.1
    C#

    Thanks in advance
  • joedeene
    Contributor
    • Jul 2008
    • 579

    #2
    uhm, in the latest .net frameworks, you have an mouseeventargs, and mouseeventhandl er? im not real experienced with that much try googling, but im trying to learn my best, but idk if .net 1.1 has that, i suppose when it notices the sroll just ignore it somehow, sorry if im not answering the question right...

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      I think we had a thread about this...

      From a quick site search...


      Tell us if that helps.

      Comment

      Working...