CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2008
    Posts
    25

    Handle the focus

    How can i know when an edit control lost its focus?

  2. #2
    Join Date
    Jun 2005
    Posts
    1,255

    Smile Re: Handle the focus

    Test WM_COMMAND, EN_KILLFOCUS.
    See http://msdn.microsoft.com/en-us/libr...82(VS.85).aspx

  3. #3
    Join Date
    Oct 2008
    Posts
    25

    Re: Handle the focus

    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured