Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How do I programmatically select a node in a TreeView control?

// Select the first node
treeView1.SelectedNode = treeView1.Nodes[0];

Contributed from George Shepherd's Windows Forms FAQ



Page view counter