
MFC MDI Multiple Views in Separate MDI Child Windows
hi everybody,
I would like to create a MFC MDI application having one document
using a data file and displaying those data in several Views in
Separate MDI Child Windows:
* The first view, associated to the first MDI Child Window will
display data as an image (will be associated with the OPEN-FILE
command)
* The second view, associated to the second MDI Child Window will
display the same data as a graph
* The third view, associated to the third MDI Child Window will
display the same data as column of text
Could somebody please tell me how to do that.
Thank you in advance