Improving quality of Icons (Resolved)
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
Re: Improving quality of Icons
Quote:
Originally posted by Blobby
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
There is nothing much you can do, except try to find smaller neater icons.