1. Multiple views Single Document MDI - no splitter views
Hi Folks, I have a situation where I need 4 views in my application. All the 4 views should co exist and shall be updated independently/ simultaneously. I searched the forum and all I got was how to create multiple views for a SDI and for MDI creating multiple document templates and make them refer to a single document . I dont know whether creating multiple document templates is a good solution as I read somewhere it is not an optimal solution. Is there any simple/optimal method by which I can go on adding a view for the document? If possible please paste a link to the sample application. Thanks in Advance. Regrads, JustLikeDat
2. Reuse of view for new Windows in CHtmlView-Back View or Home View
3. When To Initialize View Controls In a Document View MFC Architecture
Hello I am writing my first Visual C++ MFC Document View application. My View is derived from CFormView and I have already added some controls to it via the Dialog Editor in the Resource window For example, I have added two Radio Buttons to the form My question is, where is the proper place to initialize the controls. I would like to set one of the radio buttons to checked when the Main Frame is launched. Would I add a variable to the Document or View object and set it OnNewDocument? Is there a concensus as to how this should be done Thanks In Advance John
4. doc/view 2 documents each with childframe and view
5. looking for sample:multiple view single document in C# or VB
Hi, I am looking for sample of an application similar to outlook regarding UI when user select a tree node in the left pane a view is changed in the right pane (it does not necessarily support MFC doc view architecture ) thanks in advance
6. control excel from vc application or add excel view to a multiple document
7. Multiple views Single Document MDI
Hi Folks, I have a situation where I need 4 views in my application. All the 4 views should co exist and shall be updated independently/ simultaneously. I searched the forum and all I got was how to create multiple views for a SDI and for MDI creating multiple document templates and make them refer to a single document . I dont know whether creating multiple document templates is a good solution as I read somewhere it is not an optimal solution. Is there any simple/optimal method by which I can go on adding a view for the document? If possible please paste a link to the sample application. Thanks in Advance. Regrads, JustLikeDat