MDI question in C++.Net
-
Hi guys, Sorry to bother you with such a dumb question, I've been trying to figure it out for days now. All I want to do for an application is that after reading in data from a file (I've done), I want to graph it (I know how to graph) in different ways in different windows. Basically my question is how do I, upon user's command from a menu choice, bring up a new window, a new window and assign a certain view to that window. In summary I have about 10 different views(with a different graph on each view). What I want to know is how do I, anytime a user wants to see one of them, display a new window on top(MDI) with the according view attached to that window. Please could you reply with an answer. Thank you respectfully Raj Qbus Surendra
-
Hi guys, Sorry to bother you with such a dumb question, I've been trying to figure it out for days now. All I want to do for an application is that after reading in data from a file (I've done), I want to graph it (I know how to graph) in different ways in different windows. Basically my question is how do I, upon user's command from a menu choice, bring up a new window, a new window and assign a certain view to that window. In summary I have about 10 different views(with a different graph on each view). What I want to know is how do I, anytime a user wants to see one of them, display a new window on top(MDI) with the according view attached to that window. Please could you reply with an answer. Thank you respectfully Raj Qbus Surendra