Registriert seit: 26. Dez 2007
Ort: Kiel
121 Beiträge
Turbo Delphi für Win32
|
Re: Icon aus Exe funktioniert nur auf Button?
5. Mär 2009, 14:06
Zitat:
Delphi-Quellcode:
with form1 do begin
AIcon := TIcon.Create;
try
if GetIconFromFileA('c:\windows\explorer.exe', 0, AIcon) then
canvas.Draw(0, 0, AIcon);
finally
AIcon.Free;
end;
Programmpfada[a] := ADirectory + '\' + SS.Name;
ich habs doch in der with drinne...
Flo
|