Hallo Michael,
PrintWindows löst leider auch nicht das Problem. Trotzdem Danke!
Hallo Uwe,
stimmt, mein gezeigter Code im Timer ist unvollständig.
Ich verwende dort u.a. auch noch
Delphi-Quellcode:
FreeAndNil(g_Bitmap_for_Thumbnail_Preview);
g_Bitmap_for_Thumbnail_Preview := TBitmap.Create;
Ich habe das mal weiter getestet.
Das Problem lässt sich in einem neuen Projekt *nicht* nachvollziehen!
Ich vermute nun dass es an meiner Form liegt, da diese abgeleitet ist.
Delphi-Quellcode:
Tfrm_Main = class(TdxRibbonForm, IDropSource)
// -> TdxRibbonForm von DevExpress, IDropSource dient zum Droppen außerhalb des Programms...
Danke aber für deinen Hinweis!