Extract 48x48 size icon using SHGetFileInfo
-
Based on some examples, I've successfully managed to retrieve the 32x32 version of a file icon by passing 0x0 into the uint uFlags parameter of SHGetFileInfo; however, I am unable to figure out how to retrieve the 48x48 version. Let me know if there are any examples out there on this or if you have any suggestions. Thanks!
-
Based on some examples, I've successfully managed to retrieve the 32x32 version of a file icon by passing 0x0 into the uint uFlags parameter of SHGetFileInfo; however, I am unable to figure out how to retrieve the 48x48 version. Let me know if there are any examples out there on this or if you have any suggestions. Thanks!
take a look at this article on vbaccelerator.com: it solved my headaches with extralarge icon extraction _______ http://www.jockersoft.altervista.org
-
take a look at this article on vbaccelerator.com: it solved my headaches with extralarge icon extraction _______ http://www.jockersoft.altervista.org
Absolutely perfect! Well, I can throw away the code I had because this is exactly what I need. Although, I’m glad I struggled my way to get to this point as I picked up some really great experience along the way. Anyways, thanks for your help. I owe you one! Milan