If you like this site, Tell your friends and leave your feedback to encourage me to add more videos

Example on treeview control Part2 of 2

[postlink]http://learn-csharpvidoes.blogspot.com/2010/04/treeview-control-part2-of-2.html[/postlink]http://www.youtube.com/watch?v=ZvwFVPYDxEkendofvid

4 comments:

Unknown said...

Hello

I have tested the tutorial, but with a simple change which I want to review the file within the system and contains pictures (as is the case in the image file in Windows) i can show file name in the tree view, but I can not show in list view its contents .

Can you help me find out what the problem in the inability to show the components of the file??


Thank you ..

EMMU said...

Hi rahaf

Nice question i used images to show the files. May be this help you little bit.

Double click on folder to get sub-folders
List_view events
listview_doubleclick
{
IEnumerator ie;
ie=listview1.selectedItems.Getenumerator();
ie.Movenext();
MessageBox.Show(ie.current.tostring());
}

Thanks
emmu

Unknown said...

this is nice video all are working.

Anonymous said...

Emmu.............

Thanks a tonnnnnnnnnnnnnnn!!!!!!!!!!!!

very nice video.

Post a Comment