Right, I have an MFC class derived from the CDialog class. I then have loads more of them. Is there a way to insert these other dialogs into the main dialog class?

If you don't know what I mean, I'm trying to create a GUI that has several stages. I want to place the dialog referring to the current stage into the main dialog so that it can be used.

For example, take a Wizard type GUI, when you press Next (or whatever) you are taken to the next page. Now, if that next page is a different dialog placed on top of the main dialog, then this would be approximately the same as what I want.

Hope you understand and can help.

Thanks

HD