i plan to make a programm with visual C++ 5.0<br>
and i would like to make an MDI application but <br>
i don't know which composant i can use for splitting<br>
the screen <br>
thank you
The basic idea is this...<br>
- Create a custom CMDIChildWnd class<br>
- In that class declare a CSplitterWnd object. Define the splitter object in the CMDIChildWnd class' OnCreateClient function.<br>
- In the apps InitInstance function's CMultiDocTemplate definition use your custom CMDIChildWnd class for the RUNTIME_CLASS instead of the generic RUNTIME_CLASS(CChildFrame).
First thanks for you help ,<br>
<br>
i have made this , just exactly do this (if ever you just have told me this just 2 week ago i could have gone spent good time instead of driving crazy )<br>
but now i try to make a toolbar that can move in all the client area of the mainframe of the mdi and that could be independant of any document open .<br>
Problem how can we "attach" a view to the CControlBar derived class??<br>
any idea would be appreciate <br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.