Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Select specific node after tree loaded using recursive procedure

Status
Not open for further replies.

wvandenberg

Technical User
Oct 24, 2002
125
CA
I am calling a recursive procedure (AddBranch loads a treeview) from my Form_Load event. Once this procedure is complete, I would like to select the top node in the tree. However, I'm not sure where to put the code, in the Form_Load event or the AddBranch procedure.

Wendy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top