how to open a dialog box from another dialog box so that both can be activated
-
plz tell me how to open a dialog box from another dialog box using MFC in a way that control can be transfered from one dialog to another simultaneously.
Create the second dialog box as a Modeless one. Somethings seem HARD to do, until we know how to do them. ;-) _AnShUmAn_
-
plz tell me how to open a dialog box from another dialog box using MFC in a way that control can be transfered from one dialog to another simultaneously.
If you need to interact with both, make the second dialog modeless. Otherwise, if you don't need to interact with the first dialog while the second dialog is active, make the second dialog modal.
"The largest fire starts but with the smallest spark." - David Crow
"Judge not by the eye but by the heart." - Native American Proverb