Click to See Complete Forum and Search --> : Mouse Wheel API


pdevries
May 10th, 2001, 01:25 PM
I was wondering what API calls are needed to detect the usage of the wheel on the new mice.

cksiow
May 10th, 2001, 07:43 PM
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

pdevries
May 10th, 2001, 08:00 PM
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.

cksiow
May 10th, 2001, 08:15 PM
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.