CFrameWnd::Create
-
Is there anyway to force a window created using this command to stay on top of its parent window at all times (kind of app modal)? However, I have a problem with when other windows overlap the parent window of my message. This message sort of pops up in front of the new dialog as well.. Any solutions?
-
Is there anyway to force a window created using this command to stay on top of its parent window at all times (kind of app modal)? However, I have a problem with when other windows overlap the parent window of my message. This message sort of pops up in front of the new dialog as well.. Any solutions?
Did you try with setting pParentWnd parameter of CFrameWnd::Create to AfxGetMainWnd()? Tomasz Sowinski -- http://www.shooltz.com
*** Si fractum non sit, noli id reficere. ***
-
Did you try with setting pParentWnd parameter of CFrameWnd::Create to AfxGetMainWnd()? Tomasz Sowinski -- http://www.shooltz.com
*** Si fractum non sit, noli id reficere. ***