IDE options

Hi All,

I also want to create an Options page like the one the way VB.net has. That is there is a tree view on the left which selects the item then a PANE on the right that changes when you make a selection on the left.

How can you change the PANE on the form ? I would like to just slip in the required Form but I am not sure how. When create and open a new form it won't go in the same place as the right plane.

Anybody have a general Idea how to do this.

Thanks,

Nick
[522 byte] By [NV2002] at [2007-11-18 2:08:39]
# 1 Re: IDE options
What i strikes me is that have a frame (in VB -)/ group box or what ever in vb.net on the right part of ur form and change the content of the frame depend on which node is clicked on your treeview... ..
DeivaGanesh at 2007-11-10 3:25:18 >