Originally posted by: Michel
This example was very interesting for me.
But I noticed that eventhough two views are created when I use the "New" button; when I use the "Open" button only one is created. Why is that ?
What should I do to have the two views each time I open a new document ?
Thanks for any suggestion.
Michel
Originally posted by: tschandru
i have two views in a single document.
how to fix the sizes of the view.
Originally posted by: Dan Sutter
Thanks for posting this "Adding a View to an Existing Document" example.
Once going through it, all my other examples became clear.
It was a simple matter of moving the creation code from OnNewDocument() to a "View->NewWindow2" menu handler in Class CMainframe.
Reply
Originally posted by: Boss
The frames always have the same Title Text. How can
I change that?
Originally posted by: Bharadwaja. Ch.
It is an Good example for MDI example
ReplyOriginally posted by: Jason Teagle
Sorry, folks, I seem to have missed the contents of the 'res' folder for this demo. However, there were just the standard resources created by AppWizard, so you need:
Main app toolbar bitmap (default toolbar), named Toolbar.BMP
Main app icon, named DualViewMDI.ICO
Child frame (document) icon, named DVMDoc.ICO
Manual resources, named DualViewMDI.rc2
My apologies.
Originally posted by: Roger L. Mcelfresh
Where is the "res" folder, can't compile the project without it???
Reply