how to create a form with with tree view controls?give a example for this

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mohamedaarif
    New Member
    • Nov 2009
    • 1

    how to create a form with with tree view controls?give a example for this

    after creating the tree view controls ,if we click a parent node or a child node a separate form window should open with controls !!! please suggest me a example for this or send me useful links related to WINDOWS FORMS APPLICATION IN MS VISUAL STUDIO 2005.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Attach a handler to the NodeMouseClick or NodeMouseDouble Click and have it open your other form.
    Pretty simple task, MSDN would have told you all about it

    Comment

    Working...