MDI application question
Hi,
I have a following problem. I need to store a large portion of data for each MDI children window. I would like to store vector of objects, so for each children amount of data will be different, and what more important will change during children life. How to implement this??
Regards
Wojciech W
[315 byte] By [
erw2] at [2007-11-19 18:30:06]

# 1 Re: MDI application question
Please explain. Preferably with an example.
What type of data is it ? Can you not store the data in the CDocument derived class for the template ? That is what the document class is for ( it is the object that would hold the data when instantiated )