I have a cdialog in mfc and I want to host it in a cview so when you click on another cview, it will come to the top, unlike a normal dialog.
I tried by setting the cview as parent of the dialog, but the dialog did not showup. Is there a way to do this?
Thnaks.
I have a cdialog in mfc and I want to host it in a
Share
Create a
CFormView. ACFormViewis based on a dialog template, so it’s basically a view that looks/acts/works like a dialog (and unless you’ve done something strange, your existing dialog template should work fine for theCFormViewas well).