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

Search:

Type: Posts; User: h9uest

Search: Search took 0.02 seconds.

  1. Re: SendMessage fails with WM_MDICREATE

    Thanks for the reply.
    I've got it sorted out. It was due to a silly mistake of mine in another place of the code.
  2. [RESOLVED] SendMessage fails with WM_MDICREATE

    Hi all:

    I've been debugging with my MDI app for one bug:



    MDICREATESTRUCT mcs;
    HWND hChild;

    mcs.szTitle = L"[Untitled]";
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured