Diffrent Types of View in MDI
Hey.
I was looking for a good way to add different types of view/documents to an MDI application. So have a ScrollView, simple View , FormView all living in a single MDI. I've never seen something like this done before, so i am wondering if anyone had any experience in this? I am doing some research right now and post an answer if i find a good solution to this.
Regards
Re: Diffrent Types of View in MDI
You should look at CDocTemplate::AddDocument and CDocument::AddView.
Re: Diffrent Types of View in MDI
Crap, yep you are right.
Posted this prematurely, MSDN solved all the problems nicely :D
Thx alot