m_pChildFrame->Create(NULL, _T("Test"), WS_OVERLAPPEDWINDOW, CRect
(0, 0, 200, 150), NULL, NULL, WS_EX_TOPMOST);
I can't use CDialog to do similar thing. Thanks for your advice.
Leo
It's not clear what exactly you're trying to accomplish or what the problem is that you're experiencing. I suspect you have chosen
a design that is not as easily adapted to the MFC doc/view architecture. There's probably an easier way to accomplish what you
want, if you'll be a little more explicit. I'm envisioning you might want a splitter window, perhaps some tabs, or something along
those lines. You haven't mentioned using a view, and I'll bet some of your answer will lie in using one.