What I want to do is to use a tab control instead of a property sheet. However, I still want to keep my dialogs as resources. How do I mimick a property sheet with a tab control? I would need to load the required dialog into memory and display within the tab control. Then, when the user selects a different tab, I would have to unload the dialog, load the new dialog and display it within the tab control.

How do I go about this? How do I load a dialog from a resource template and display it within a view?

Any ideas would be much appreciated,
Oliver.