MDI as SDI app?
-
Hi All, I need to make a program that uses one document but multiple views in the same way that an MDI app would do it, ie ChildFrame/View combination. Anyone have any ideas how I would attack this? Cheers, Clint
-
Hi All, I need to make a program that uses one document but multiple views in the same way that an MDI app would do it, ie ChildFrame/View combination. Anyone have any ideas how I would attack this? Cheers, Clint
i suggest two probable ways: First, you can put your saved data into CMainFrame. Then use afxgetMainWnd() to get them needed. Two, you can mark every doc with a label. Then use cdoctemplate to enum every doc and pick up your needing one. How do you feel? Hello World!
-
i suggest two probable ways: First, you can put your saved data into CMainFrame. Then use afxgetMainWnd() to get them needed. Two, you can mark every doc with a label. Then use cdoctemplate to enum every doc and pick up your needing one. How do you feel? Hello World!
Hi, I think you can Create Document Template Dynamically. I tried for this but this is not working in Release build. bbye Salman Live and Let live