Hi,
I have, in my application.
MainWindow -> it has Tab controls (displayed with the help of CPropertySheet and CPropertyPage).
One of the PropertySheet has a button "New" on click of which I have another dialog displayed with the help of DoModal().
On this New Dialog, Again I have a tab control which is displayed witht the help of Propsheet and PropPage, on this property page there is a button "Add", on which onClick I have called:
MyAddDialog Dlg;
Dlg.DoModal() // <- This domodal function doesnt work, neither does it give me any error or assert.
Is it not possible to have mainwindow->click to get modal window->click to get another modal window???
your help is appreciated.
Thanks
Start Free Trial