I have been playing around with c-sharp and I have been trying to get my windows explorer-like program to retrieve the native icon for each file type from the system. That is, if I read a file of type ".txt", I want my program to know what system icon is that is associated with the extension/mime-type and display the corresponding icon in my listview.

Thanks in advance for all help!