IDictionary Collection Objects

sushmarathi

New member
Joined
Jul 5, 2004
Messages
1
Programming Experience
Beginner
Can Some pls help me!!

I am new to Vb.NET and trying to write a code that will look similiar to Windows Explorer using VB.NET

So far My code has:
1. Folder Class - has properties:
a. Parent
b. Name
c. FoldersCollection
Has Events:
a. SubFolderAdded
b. SubFolderRemoved

2. Folders Class - My own Dictionary collection that saves Folder collection objects
3. MainFrm - This Form has a TreeView and ListView Controls and add menu to add new folder

I am trying to get to the point where I can create and add a Folder to the TreeView.

I am attaching my code here. Pls revert back incase of any queries...

Pls Reply asap
Thanks
-Sush
 
Back
Top