CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Mouse Wheel API

  1. #1
    Join Date
    May 2001
    Posts
    22

    Mouse Wheel API

    I was wondering what API calls are needed to detect the usage of the wheel on the new mice.


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Mouse Wheel API

    not api, you need subclassing. refer http://vblib.virtualave.net, there is a class for vbSubclassing and a sample with it which capture the mouse wheel event.

    HTH


  3. #3
    Join Date
    May 2001
    Posts
    22

    Re: Mouse Wheel API

    That link points to a DLL that apparently has nothing to do with subclassing or the mouse wheel. I am looking further into the subclassing idea though, thanks.


  4. #4
    Join Date
    Apr 2000
    Posts
    737

    Re: Mouse Wheel API

    yap, that is a ActiveX DLL, which contain a subclassing class to capture that event, again sample come together with that ActiveX DLL on how to use that subclassing class on capture mouse wheel.


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