Like what Cerebrus mentioned earlier, use the panels. They will be the "parent" of your UI. Design your GUI using the "User Control" (right-click on your *.csproj file, select "Add", then "New Item").
Happy coding! Benj On Jan 5, 3:16 am, Ben <[email protected]> wrote: > Hi, > > Is it possible to create a C# Winform that display a treeview on the > left hand side and a different UI form/page with textboxes and labels > for each node on the right hand side? For example, if a user click > node1, it will show a UI on the right, node2 will show another UI > design on the right. > > How should I go about doing this? > > Many thanks and Happy New Year. > > Ben
