Guest_imported
New member
- Jan 1, 1970
- 0
hi. This isn't really a question about vb but I guess someone can help me out anyway.
I'm trying to get some icons from the library shell32.dll to use on an image list on my app.
But I'm not sure how to extract the icons I want from this library... what's the best way of extracting them and save them as a .ico file for example? Is there any shareware program that does this?
Other thing I'd like to do... is to get the icon associated to a specific file extension and use this icon on treeview nodes, the nodes text would have the path of the file. Then when I'm filling the treeview I'd get the last file extension from Node.text and make the icon of that node the one associated to that file type on my computer. Is this possible?
Thanks for your help in advance.
I'm trying to get some icons from the library shell32.dll to use on an image list on my app.
But I'm not sure how to extract the icons I want from this library... what's the best way of extracting them and save them as a .ico file for example? Is there any shareware program that does this?
Other thing I'd like to do... is to get the icon associated to a specific file extension and use this icon on treeview nodes, the nodes text would have the path of the file. Then when I'm filling the treeview I'd get the last file extension from Node.text and make the icon of that node the one associated to that file type on my computer. Is this possible?
Thanks for your help in advance.