Zitat von
lbccaleb:
Delphi-Quellcode:
procedure TSplashScreen.Timer1Timer(Sender: TObject);
begin
if Progressbar1.position > 100 then
progressbar1.position := 0;
else
inc(progressbar1.position);
end;
das sollte so eigentlich funzen aus dem stehgreif
mfg
Bis auf das inc
inc funktioniert nur bei Variablen, nicht bei Properties
Gruß
Neutral General
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."