Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello

I'm a junior c++ programmer, I can program a dialog base application using resource editor to design the dialog, I'm talking about visual studio dialog designer in the resource viewer. Now I have to create an MDI application with a mainframe and some childframes. How can I develop the childframe as a container of my GUI controls using the same facilities as the visual studio dialog designer?

or... a childframe can be just a container of a view and cannot contain controls?

I program with C++ and MFC

Thanks for any help.
Posted
Updated 19-Feb-12 23:28pm
v5

1 solution

I think CFormView is the answer... I'm making some tests I think this sholud be the right way...
 
Share this answer
 
Comments
JackDingler 20-Feb-12 15:00pm    
That's the easy way to do it.

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