I want to implement a File Explorer, It is different from a normal file explorer, it first scan file system and store information into database, them read file system information from Database, and display them, I need to store the icons of the file, how can I do this? Is there any Windows APIs? Many thanks!
views:
135answers:
2Thank you very much!
2009-02-23 02:44:50
+2
A:
You need to use SHGetFileInfo. This looks like a pretty good example for .NET.
Blorgbeard
2009-02-23 02:24:46