CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: JohnCz

Search: Search took 1.44 seconds.

  1. Replies
    16
    Views
    29,984

    Re: Focus Problem in MFC Dialog Project

    Good luck. Nevertheless question you have is not related to OOP paradigm. It is related to Windows programming.

    They are not handlers. As Victor pointed they are notification codes, used in a...
  2. Replies
    16
    Views
    29,984

    Re: Focus Problem in MFC Dialog Project

    Correction: you did not enable anything. You have inserted WM_SETFOCUS and WM_KILLFOCUS handlers.

    It does not matter what version of VS you are using. Also, this is not MFC. It is a dialog...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured