Any suggestion in implementing this idea?
-
Hi. I have created MDI derived from CFormview. When I File -> Open, a child window with this (first) view will open. This part is done. From there, user clicked on the modified menu say, View -> Graph. Then another child window will open with a different (second) view. This second view needs to be in CFormview as I will have control in it. Any suggestion on how to implement this idea? Thanks.
-
Hi. I have created MDI derived from CFormview. When I File -> Open, a child window with this (first) view will open. This part is done. From there, user clicked on the modified menu say, View -> Graph. Then another child window will open with a different (second) view. This second view needs to be in CFormview as I will have control in it. Any suggestion on how to implement this idea? Thanks.
Do you want to make a CFormView ?
WhiteSky
-
Hi. I have created MDI derived from CFormview. When I File -> Open, a child window with this (first) view will open. This part is done. From there, user clicked on the modified menu say, View -> Graph. Then another child window will open with a different (second) view. This second view needs to be in CFormview as I will have control in it. Any suggestion on how to implement this idea? Thanks.
Hi, take a look in the answers I wrote here: http://www.codeproject.com/script/comments/forums.asp?msg=2045188&forumid=1647&XtraIDs=1647&sd=21+Feb+2007&ed=22+May+2007&author=Nelek&stype=1#xx2045188xx[^] and here: http://www.codeproject.com/script/comments/forums.asp?msg=2029429&forumid=1647&ForumID=1647&XtraIDs=1647&author=Nelek&sd=21%20Feb%202007&ed=22%20May%202007&stype=1&Page=3#xx2029429xx[^][^] It will help you. I have my MainView derived from CScrollView and then 3 new CFormViews, all attached to the same document.
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
-
Do you want to make a CFormView ?
WhiteSky
-
You can insert CFormview to your project after insert you have a dialog with it.Does it your answer or no?
WhiteSky