1. Ich habe gemerkt das sich das Sprite sogar bewegt wenn man IRGENDWAS mit IRGENDEINEM Canvas oder nem Picture macht:
Delphi-Quellcode:
procedure SetCaption(const Value: String);
var APic: TPicture;
begin
FCaption := Value;
APic := TPicture.Create;
APic.Bitmap.Canvas.Rectangle(0,0,1,1); // Sprite bewegt sich o.O
end;
Außerdem habe ich es schon mit Textout(0,0,Value) probiert aber man sieht nix
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."