Adding Another MFC Dialog to the Dialog base application 
Author Message
 Adding Another MFC Dialog to the Dialog base application

Hi,

I just ran into a small problem while adding a new dialog to my MFC
program.
Namely I am not sure how to connect the new dialog with the main
dialog class, so that I can call my new dialog functions from there.
In Visual C++ 6.0 all I had to do was to go to the class wizard after
adding a new resource(dialog in this case) and the class wizard would
add new class for the dialog and I could later create an instance of
the new dialog class to become part of the main dialog.  Yet, I can't
quite figure out how to do it in .NET C++.  At this point my new
dialog is created, but I have no way of displaying it and getting the
user feedback from it :(



Mon, 19 Sep 2005 21:02:51 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. URGENT: adding ToolBars and StatusBars to a Dialog based application

2. How to add splash screen to a dialog-based application

3. How do I add MenuBar for dialog based application in eVC++

4. Q:Adding multi dialog templates to CTabCtrl in base dialog

5. Non MFC modal dialogs in an MFC application - Dialog Message problem

6. Add document type of class to MFC dialog based

7. How to Add ToolTips to MFC ActiveX Control based on dialog

8. VC5:Adding a listbox to property page (MFC dialog-based app)

9. Trapping Keystrokes in a Dialog Box or Dialog based application

10. Executing modal tabbed dialog from a dialog-based application

11. Positioning of dialogs in a dialog based application

12. Replacing the dialog box of a dialog-based application

 

 
Powered by phpBB® Forum Software