The simplest way is to build a Document/View application using the App Wizard and choose CFormView Parent class for your view. CFormView uses a dialog resource for its client window. I would not recommend trying to add Doc/View support to a Dialog based application. It can be done of course, but it would require much more effort.
1º how can I create a MDI open a Mdi FormView (not dialog).
2º When i create the MFC aplication with MDI and when I start the application it ask me what form I whant ,how can I put the form that I want by default in "InitInstance()"
PJM, Visual C++ does not have forms like VB and Access. MFC does have a CFormView class but it is based on a dialog. So since your post says (not dialog) it's not possible i guess.
If you want to learn more about using CFormView in VC++ go to msdn.microsoft.com and search. You will find tutorials based on using CFormView.
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.