PDA

View Full Version : Loading Imegas From File/ Pasting



NiCbaZ
11-16-2008, 02:44 AM
In ACA, and Neile95's DDTM editor, they made it so you can load images from file, or paste them ive been trybing to do this but failing, can someone Tell me how or write a short example ?

I found this somewhere


if Clipboard.HasFormat(CF_BITMAP) then
ClientImage.Picture.Bitmap.Assign(Clipboard) ;

But for some reason

Clipboard

Doesnt compile...

TViYH
11-23-2008, 10:09 PM
Try ClpBrd?