Date Posted:08:52:07 11/04/05 Fri Author: Mike Subject: Re: TIconGraphic.LoadFromFile, height and width wrong In reply to:
srdaniel
's message, "TIconGraphic.LoadFromFile, height and width wrong" on 15:14:52 11/03/05 Thu
It is possible that the icon file has more than one size of icon in it. They are designed to hold more than one size, and the software may be giving the largest size in the icon file.
>I have a 16x16x256 icon file, that when I use the
>TIconGraphic.LoadFromFile, the Height and Width of the
>TIconGraphic are 32x32.
>
>Is there a way I can tell the true size of the icon
>after loading it?