Windows Develop Bookmark and Share   
 index > Windows Forms General > Custom Tree view listing
 

Custom Tree view listing

Consider i have list of Directory path in my database .What i want is i want to create a custom tree view and displaying it in Winform
For eg consider i have two paths in db

C:\temp\test.txt
F:\temp\test.txt
C:\temp\test2.txt

I want to create custom tree view structure along with the mapped file
.Net Noobler  Tuesday, September 22, 2009 7:00 AM
Hello,

Do you mean the data in the database looks like the following?
C:\temp\test.txt
F:\temp\test.txt
C:\temp\test2.txt

If so, it isn’t convenience to load it and render TreeView. Here is an example to load data and populate treeview.
http://social.msdn.microsoft.com/forums/en-US/winformsdatacontrols/thread/e32ef246-fbb3-4432-9439-0027f2441c6a/

Hope it helps. If you have any doubt, please feel free to tell me.

Sincerely,
Kira Qian
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework!
Kira Qian  Wednesday, September 23, 2009 8:51 AM
We are changing the issue type to “General Discussion�because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question�by opening the Options list at the top of the post editor window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework!
Kira Qian  Tuesday, September 29, 2009 5:30 AM

You can use google to search for other answers

Custom Search

More Threads

• Printing TreeView
• GDI Image quality problem
• bitmap problem in c#
• Window Handle
• Data change events on the DataGrid
• DataGridView problem with TEXT DB datatype
• Enabling a button after text input
• Panel Flickering and Repaint Problem
• Help regarding thumbnail images in listview
• ShowFocusQues Problem