Thread: which WM_ to find out when mouse gets out?

  1. #1
    Registered User
    Join Date
    Jan 2005
    Posts
    108

    which WM_ to find out when mouse gets out?

    Hello again,

    which WM_ message can you use to find out when mouse gets out of client area? I checked out the documentation, and the only ones I find that can possibly relate is WM_CAPTURECHANGED, but that doesnt really work..

    is it that I'm missing something, or is the only way is to keep testing every now and then if the mouse is out of the client area?

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  3. #3
    Registered User
    Join Date
    Jan 2005
    Posts
    108
    thanks. looks like my reference file is a bit too old..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem with Mouse Over Menu!!! HELP!!!
    By SweeLeen in forum C++ Programming
    Replies: 3
    Last Post: 02-09-2006, 02:10 AM
  2. Mouse scroll stopped working
    By Waldo2k2 in forum Tech Board
    Replies: 2
    Last Post: 10-12-2004, 11:25 AM
  3. Making a mouse hover button, API style
    By hanhao in forum C++ Programming
    Replies: 1
    Last Post: 05-27-2004, 06:17 AM
  4. linux mouse troubles
    By Kinasz in forum Tech Board
    Replies: 0
    Last Post: 01-07-2004, 05:35 AM
  5. Won't Return pointer, i can't find why...
    By ss3x in forum C++ Programming
    Replies: 2
    Last Post: 02-28-2002, 08:50 PM