I have an MDI application
On one document I have a CDocument class, a CMDIChildWnd class and a CView class

In the CMDIChildWnd class I have created a Static splitter with 2 columns containing

PaneLeft : CTreeView class
PaneRight : CFormView

Now when I click on an element in my Tree, I would like this info appear in a CListBox control in my CFormView.
But when I trie, I receive an Assertion Fault.

Who can help me to passed the information from the CTreeView class to the CListBox control in my CFormView ?


Christian Niquille
Thanks for your help