Edit: Duplicate
I'm new to .NET, and I've taken on a small work project, converting an existing VB6 product to a current version of VB (its either that or learning VB6!). This product is an internal desktop application (not web-based).
I need to create a new tree view, that is linked to a particular table.
Each row in the table has a parent id that links back to the table's primary key, and that defines the node hierarchy. So that relationship needs to be indicated in the databinding.
Am I able to use the standard treeview control in Visual Studio 2008, or do I need something extra to make this work?