Dialog
-
If you mean in the main client area, check out CFormView. When you run Appwizard, on the page towards the end (last or last but one) where it lists the classes that will be created, select your view class and select CFormView as the base class. If you want to add a dialog as a toolbar, see the documentation for CDialogBar. Hope this help!
-
If you mean in the main client area, check out CFormView. When you run Appwizard, on the page towards the end (last or last but one) where it lists the classes that will be created, select your view class and select CFormView as the base class. If you want to add a dialog as a toolbar, see the documentation for CDialogBar. Hope this help!
-
Yep,in the client area. You mean with the class-wizard? I can't find the option there to change the base class.. ? Thanks, Mark
No, in the App Wizard, when you first create the application. If you are doing it retrospectively, the best thing to do is to create a new project and then work out the differences in the generated code (changes will be mainly to the view and resources, but also possibly to the doc), merging the code into your existing project.