Thread: losing focus problem

  1. #1
    Registered User
    Join Date
    Apr 2005
    Posts
    98

    losing focus problem

    i want to know whenever a specific edit control loses its focus.
    i tried WM_KILLFOCUS and WM_SETFOCUS but it doesn't tell me that the edit control lost the focus everytime... (or maybe the wParam is null).
    any other suggestions?

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Interesting. Check out WM_ACTIVATE.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Someone having same problem with Code Block?
    By ofayto in forum C++ Programming
    Replies: 1
    Last Post: 07-12-2007, 08:38 AM
  2. A question related to strcmp
    By meili100 in forum C++ Programming
    Replies: 6
    Last Post: 07-07-2007, 02:51 PM
  3. WS_POPUP, continuation of old problem
    By blurrymadness in forum Windows Programming
    Replies: 1
    Last Post: 04-20-2007, 06:54 PM
  4. Laptop Problem
    By Boomba in forum Tech Board
    Replies: 1
    Last Post: 03-07-2006, 06:24 PM
  5. half ADT (nested struct) problem...
    By CyC|OpS in forum C Programming
    Replies: 1
    Last Post: 10-26-2002, 08:37 AM