michaelh20
Senior member
I was thinking of having a simple application where at several points the active window would change from dialog to another, sort of like Cformview. Sort of like a SDI program but when the user chooses to do a different sort of category of activity, I can flip to the relevant dialog (that I have stored as a resource), capture activities and then when the user does something different flip it back again. Note that this would not exactly be different views of the same document, which I know you can change, but I would like to just be able to programmatically flip a switch and change what the user sees on the window. I could use, but don't have to and kind of don't want to use the Doc/View thing, mostly because I don't think I really have to. I can even do the "Dialog Based App" thingee and I think that might be sufficent, but how can I change and or embed the Windows/Dialogs in each other?
Thanks for any suggestions.
Thanks for any suggestions.