gut!
ich habe noch
Clipbrd
in uses geschrieben, dann gings, bis auf, dass nur ein schwarzes Bild gespeichert wird, da Image1 kein Bild bekommt.
Delphi-Quellcode:
SendMessage(
handle, WM_CAP_EDIT_COPY, 1, 0 );
//Läd Bild in das Clipboard, oder?
Image1.Picture.Bitmap.LoadFromClipboardFormat(cf_BitMap,ClipBoard.GetAsHandle(cf_Bitmap),0);
// Soll das nicht das Bild in Image1 laden?
Gruß i-n