Click to See Complete Forum and Search --> : Messages


Taggi
January 21st, 2003, 05:57 PM
Hello.

I am trying to catch a mousewheelmessage, but unfortunatally my debuger says WM_MOUSEWHEEL is unknown.

In another thread it was proposed to use WM_VSCROLL message, but when I use the wheel it does not respond on it.

In MSDN-Online it is declared in Winuser.h and included with Windows.h, but all other Messages like WM_RBUTTONDBCLK are this too.
I have win 98, wich supports Mousewheel and VC++ 6.0 which supports it too. But I cannot include it. Does somebody know, whats wrong, or another way for getting this message?

I am trying to build a Win32Application

Taggi