Frame Windows -- best strategy
-
Hello, I am doing a project at the moment which basically should allow creation of frame windows - and their associated views with specific purposes - automatically. My problem is I don't really know what the best strategy to employ is. I mean, I can't use an MDI architecture as the frame windows have to be created independently - separately from each other - and if I use the SDI_nterface_ I am limited to one frame window only. How do I do about this with MFC? Thank you very much, David
-
Hello, I am doing a project at the moment which basically should allow creation of frame windows - and their associated views with specific purposes - automatically. My problem is I don't really know what the best strategy to employ is. I mean, I can't use an MDI architecture as the frame windows have to be created independently - separately from each other - and if I use the SDI_nterface_ I am limited to one frame window only. How do I do about this with MFC? Thank you very much, David
Here's a couple links. The first one has a message that says VC7 can create this "multiple top level frame" type app using the app wizard. I haven't tried it so I don't know how good it is. Anyways, best of luck! http://www.codeproject.com/docview/multitop.asp[^] http://www.codeproject.com/docview/singviewmuldocs.asp[^] Chris Richardson