Windows Programming Question

Started by
1 comment, last by AndyOxfeld 21 years, 3 months ago
Hello. The WM_MOUSEMOVE message is sent to a window when the mouse is moved over its client area. However, is there any way to find out when the mouse LEAVES a window''s client area? Thank you for any help. - Andy Oxfeld
Advertisement
See _TrackMouseEvent() (or without the underscore).
"after many years of singularity, i'm still searching on the event horizon"
Works perfectly. Thanks!

- Andy Oxfeld

This topic is closed to new replies.

Advertisement