I am using a ctrlview class to display a control kinda like CTreeView. This is a doc/view and this is used in the view to access the functions of the control view
CCodeMaxCtrl& GetCodeMaxCtrl() const { return *(CCodeMaxCtrl*)this; }
The problem is using this for OnInitUpdate works fine but if I...
I need to display numerous modeless dialogs in a mdi environment. How do I get the dialogs to work with the windows cascade, tile etc and stay in the mdi environment. I want it to do it alongside the main document for the application.
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.