Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

transparent bitblt

0 views
Skip to first unread message

bob

unread,
Dec 26, 2003, 10:31:12 PM12/26/03
to
Hey... does anyone out there know how to do a transparent BitBlt?

Thanks...

a.m.a

unread,
Dec 29, 2003, 8:17:36 PM12/29/03
to
hi

just look at the documentation for it :

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/bitmaps_2y9g.asp

Also, here's the general way to access it:

#include "wingdi.h"
#pragma comment(lib, "MSIMG32.LIB")

If you are worried about win95, ( please note thats its almost 10 years old
! )

but here's a nice BitBlt approach (it uses MFC but i think you can figure
out how it works) :

http://codeguru.earthweb.com/bitmap/CISBitmap.shtml

cya


0 new messages