Tree Builder






2.67/5 (18 votes)
Tree Builder with MS Access.
Introduction
This is a Visual Studio 2003 Project. This is a TreeView Explorer with MDI, Copy, Cut, Paste, Drag and Drop Functionality.
The sample creates, edits, deletes and saves trees in an MS Access database.
To run the project, the database file must be in the same path of the executable. I developed it first on VB, but then I decided to change it into C#. It is a very good sample for all developers who wish to explore the functionality of the TreeView
and TreeNode
controls...