03-08-2009, 11:20 AM
Hello Gintaras
This was very easy!
I'm not quite sure, that it's done by the book, but it works!
But the text 'Delete' that is found in '__MemBmp.Create', what is it good for?
Joergen
function __MemBmp't_mb
Delete
dc=CreateCompatibleDC(t_mb.dc)
bm=CopyImage(t_mb.bm IMAGE_BITMAP 0 0 0)
oldbm=SelectObject(dc bm)
This was very easy!
I'm not quite sure, that it's done by the book, but it works!
But the text 'Delete' that is found in '__MemBmp.Create', what is it good for?
Joergen
function __MemBmp't_mb
Delete
dc=CreateCompatibleDC(t_mb.dc)
bm=CopyImage(t_mb.bm IMAGE_BITMAP 0 0 0)
oldbm=SelectObject(dc bm)