Einzelnen Beitrag anzeigen

thomas2009
(Gast)

n/a Beiträge
 
#1

Bitmap auf Form malen !

  Alt 17. Mär 2011, 14:31
Hi
wie kann ich ein Bitmap auf Form1 malen
Das Bild soll aber nach dem Malen beim MouseMove nicht weg gelöscht ?

Delphi-Quellcode:
var
bmp:=TBitmap;
begin
bmp:=TBitmap.Create;
bmp.LoadFormfile('test.bmp')
// ... wie male ich nun das Bitmap auf Form1

bmp.free;
end;

Geändert von thomas2009 (17. Mär 2011 um 15:14 Uhr)
  Mit Zitat antworten Zitat