displaying folders & files

JuggaloBrotha

VB.NET Forum Moderator
Staff member
Joined
Jun 3, 2004
Messages
4,530
Location
Lansing, MI; USA
Programming Experience
10+
short and simple, i'm going to make an FTP client and i was wondering, what type of control(s) would be best for displaying the folders & files on both the local computer and the ftp server?

in the open/save file dialogs it has the white window with icons and names and all that displayed all pretty like and i was kind of thinking of trying to make something like that

any ideas? any articles on displaying folders and files?
 
alright, i'll give it a try, thanx for the input :)

if anyone else has any suggestions fell free to post them :)
 
i've actually decided to use a ListView for this as they're more user friendly IMO.

once i get it all working and as complex as the Open/Save File Dialogs i'll post it here for others to use
 
Back
Top