Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Is it possible to make a modeless dialog act like a
proper MDI child of a non-MFC application?
Posted

1 solution

I think to do this you have to go back to the roots of Win32 programming.

To make a window an "MDI child", you generally include WS_CHILD in the Window Style, and set the parent window to the application's main window. There are probably a few other styles you have to check as well (in terms of the window's frame, and clip status).

Hope this helps,
-Momony
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900