Click to See Complete Forum and Search --> : Handling MouseWheel Message


varma_sai
September 2nd, 1999, 01:55 AM
In the client area of Window I want the Mouse Cursor displacement by user defined value instead of defualt mouse move.

If done by SetCursorPos function in the WM_MOUSEMOVE handler, it repeatedly displaces the Cursor until it goes out of the client area of the Window.

If OnMouseWheel function is mapped and if Mouse is moved the function doesn't get executed.

Please Send Reply,

From
varma_sai

Oleg Lobach
September 2nd, 1999, 03:46 AM
Are you using NT 4.0 ?
OnMouseWheel handles messages for Windows NT 4.0. For Windows 95 or Windows NT 3.51 message handling, use OnRegisteredMouseWheel.

Oleg.