-
ListView Icons
I want to load in the contents of the Desktop into a listview control. I also want the items to have the same icon that they have on the desktop. How can I do this? I don't want to use FSO so I use a File box and loop through the files. I tried the ExtractIcon API but it didn't work on files and the like.
Thanks for any help
-Joey
-
1 Attachment(s)
Serge just posted some cool code for something like this the other day. I just tried to search for it and couldn't find it, but luckly I still have the zip so check this out.
-
That's really cool, but it was rather hard to impement into my program. It's worth it though. Thanks for posting it. And thanks Serge for making that.