Painting TPaintBox during Drag&Drop with DragImage
In my application (Delphi 2007) I want to drag items from a ListView to a PaintBox and highlight corresponding areas in the PaintBox's OnPaint handler. However I always get ugly artefacts. Do you have any advice how I can get rid of them? Test project: Just create a new VCL application and replace the code in Unit1.pas with the followin...