Einzelnen Beitrag anzeigen

hboy

Registriert seit: 16. Jan 2004
364 Beiträge
 
#10

Re: Wo sind Standart-Icons wie z.B. neu gespeichert?

  Alt 16. Apr 2004, 18:53
buf := TIcon.Create;

sysicon := ExtractIcon(nil,'shell32.dll', 15);
buf.Handle := sysicon;
imglist.AddIcon(buf);

sysicon := ExtractIcon(nil,'shell32.dll', 91);
buf.Handle := sysicon;
imglist.AddIcon(buf);

buf.Destroy;

am besten du lädtst mal alle und guckst se dir an dann weist du welche zahlendas sind
Power is nothing without TControl
  Mit Zitat antworten Zitat