CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: IDE options

  1. #1
    Join Date
    Dec 2002
    Location
    USA
    Posts
    207

    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

  2. #2
    Join Date
    Dec 2002
    Location
    India
    Posts
    76
    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... ..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured