I have a MDI application without Doc/View support. My problem is to load information in the view.

I Create a first view with control inside (CtreeView). This view create a other one (derive from CView) where I would like show my data. To view this data I have to transfert information between the first view and the second one. I shoud like to have a varaible in my view object where I can transfert this information after the creation of the view. I don't know how to acces a varaible like that

Thank you