Multiple dialogs
-
Hi, I was wondering how I might be able to have multiple child dialogs opening off of the main dialog? What I mean is, when I click a button in my main dialog to open another dialog using CDialog dlg; dlg.DoModal(); it will open the other dialog but I cannot access the main dialog unless I closed the newly opened one. How can I get around this so I can focus the main dialog when the opened dialog is open? Thanks Ash
-
Hi, I was wondering how I might be able to have multiple child dialogs opening off of the main dialog? What I mean is, when I click a button in my main dialog to open another dialog using CDialog dlg; dlg.DoModal(); it will open the other dialog but I cannot access the main dialog unless I closed the newly opened one. How can I get around this so I can focus the main dialog when the opened dialog is open? Thanks Ash
-