Hi,
I have an MDI App. I have a doc and view opened displaying some data.
Now in my menu I have a View->Plot item (ID_VIEW_PLOT) clicking on
which a new window (popup) will open on which I can display a graph.
To display a graph i need a CFormView derived view window which gets
displayed on clicking View->Plot. Can anyone detail me out how i can
do
this.I have the code to display charts but i need the way to create a
popup which uses my CFormView derived class to display the pop up
dialog. I need to have the handler for ID_VIEW_PLOT in CFormView
derived class and not in CWinApp nor in CMyAppView class. I want 2
type of view classes wherein the form view opens only if i click the
menu item.
Thanx in advance.