
File Explorer Help - Icon/File Associations
I am trying to add a file explorer similar to "windows
explorer" to my windows form. Are there any controls that
already do this that I can just refer to or do I have to
build this on my own? So far I am I am trying to do it
all myself and am looking to add file icons to the
appropriate file types/folders.
1)Can anyone tell me how to figure out what they are?
2)What's best way of using them? I was thinking of
sticking them into a hash table or something.
3)What about folder/drive icons?
Thanks!
J Clark