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??
4 comments:
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 ..
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
this is nice video all are working.
Emmu.............
Thanks a tonnnnnnnnnnnnnnn!!!!!!!!!!!!
very nice video.
Post a Comment