Ive got my code to extract the associated icons from the files and display them alongside the filename in my listview. the problem is that because the original icons are 32x32, im having to resize them to 16x16 using Stretchblt but the quality isnt as good as the 16x16 icons that Windows explorer shows. How do i resize the 32x32 icons to keep the quality as good as windows explorer?
Thanks




Reply With Quote