Hello

I am a newbie to VS 2005 and windows programming

Ihavecreated an MDI application. I have placed a Split Container on the MDI Form. On panel 1 of the split container,I place a treeview and on panel 2 I left it empty.

Treeview will have XML feed onto it. What I want to achieve is when user click on one of the nodes of the TreeView, It will display a form on Panel 2. The user can click another node on the treeview and it will display another form on panel 2. And so on and so fort. The TreeView becomes or behaves like an menu. However , I would still have the MDI menu to perform other operations like application exit

How can I achieve this in VS C#2005. Please help or point me to the right direction. I search this site but those raise where not similar to my problem.

Thank you so much.

Marsh