MDI with VC++ v6
Hello everyone,
I am trying to build a MDI program with the Doc/View architecture. In my program, I want to associate an opened file with up to 6 different type of views.
1) Is it correct to use the CMultiDocTemplate to associate the various views with the same Doc?
2) How do I open View 2 when user double-clicks on View 1?
Thank you!
Derrick
|