Original Post
OK, so I would like to enumerate available desktop folders, including some virtual ones. Pretty much like the explorer tree: ''My Computer'' with all it''s subfolders, drives, user defined desktop folders, ''My Documents'', etc, and the network neighbourhood. But not things like printers or trashcan. I''ll also need additional information about each entry, ie. filepath and icon.
Working mostly under Unix, I''m not very familiar with Windows COM programming. As far as I got on MSDN, the IShellFolder interface seems to be the way to go. But there is not much indepth information available, the whole thing expects you to be pretty proficient with MFC and/or COM (which I am not).
Does anyone have a short code snippet on how to use IShellFolder ? A short pseudocode framework would be enough to get me started.
Thanks !
/ Yann