CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2000
    Location
    Germany / Bremen
    Posts
    25

    Mouse Wheel -> Event?

    Hi,

    I'm from Germany and my english is not very well, so it's a little bit difficult for me to explain my problem...so please excuse

    OK, I'm searching for the event fired by the movement of the mouse wheel.
    I've tried MouseMove and the different click, up and down events, but none of them was working...

    I've read about the mouse_event api function, but this is only to force a mouse movement, as I understand...

    Thank you in advance for your help,
    greetings from germany,
    Thomas


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: Mouse Wheel -> Event?

    as far as i know, there isn't any event for this, in VB6. According to the documentation, there will be support for this event in VB.Net (but it's not worth upgrading soley for this event .

    john

    John Pirkey
    MCSD
    http://www.ShallowWaterSystems.com
    http://www.stlvbug.org
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

  3. #3
    Join Date
    Feb 2001
    Location
    Bucharest, Romania
    Posts
    24

    Re: Mouse Wheel -> Event?

    You can subclass your form and see what event is fired when you move your mouse wheel. If you don't know how to subclass, start a new thread and everybody will jump to help (;-)) Cause everybody likes it.

    Linux IS userfriendly. It just selects its friends very carefuly.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured