Dialog as child on a CView-dialog // HELP REALLY NEEDED
-
How can i show a dialog resoucre on a CView-dialog at runtime? I would show the child dialog when a button is clicked on the CView-dialog. I would place static text controls on the child dialog, and write to these from the CView-dialog.
-
If there somewhere is a parameter/class item with the name lpTemplate, try setting it to MAKEINTRESOURCE() where is the name of the dialog you want to use.
-
How can i show a dialog resoucre on a CView-dialog at runtime? I would show the child dialog when a button is clicked on the CView-dialog. I would place static text controls on the child dialog, and write to these from the CView-dialog.
Use
CFormView
. /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib.com -
Use
CFormView
. /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib.com -
Unfortunately, it's hard to explain this with a code example in a reply. But if you don't need document support and just want to create a simple dialog based app, see this tutorial. /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib.com