On 5/8/07, Павел Ишенин <[EMAIL PROTECTED]> wrote:

Try to use TPortableNetworkGraphic class.

For example (from mind, so errors are possible):

png: TPortableNetworkGraphic;
begin
  png := TPortableNetworkGraphic.Create;
  png.LoadFromFile('my_icon.png');
  MyButton.Glyph := png;
  png.Free;
end;

This works just fine....  :-)


--
Graeme Geldenhuys

There's no place like S34° 03.168'  E018° 49.342'

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to