I have a Dialog and this one can call other Forms the Problem is that in the Main form there is a place reserve so that all other form schould be placed there. So the two Dialogs looks like one.If somme one have a suggestion..
What you want to use are Child dialogs. For each sub-dialog, change the dialog's style to Child (on the Styles tab of resource editor). Then, on the General tab, set the X and Y offset (in DLU's, of course) to position the sub-dialog on the main dialog.
For example, if your main dialog is called CMainDlg and one of your sub-dialogs is called CSubForm, it might look like this:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.