65.9K
CodeProject is changing. Read more.
Home

Tree Builder

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.67/5 (18 votes)

May 19, 2003

Public Domain
viewsIcon

77702

downloadIcon

1537

Tree Builder with MS Access.

Sample Image - TreeBuilder.jpg

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...

Tree Builder - CodeProject