Hello, I use this code:
iexShellThumbnails.WindowsGetFileIcon(TargetExeFilePath, ImageEnView1.IEBitmap, SxConst.SHIL_JUMBO);
However, if the file does not have a jumbo-size icon then I get an ugly distorted image, for example:
So how can I get the best-quality EXISTING FileIcon for an .exe file?
Is there a parameter to automatically select the best quality icon? If not, then I suggest you implement one. Thank you!