Zitat von
IceTube:
Kannst ja so machen:
Delphi-Quellcode:
for i := 0 to ListBox_bilder.Items.Count-1 do begin
try
bilder[i] := ListBox_bilder.Items[i];
except
end;
end;
lg
Man kanns auch sein lassen
Das ist wohl die schlechteste "Lösung" die es zu diesem Problem gibt...
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."