PDA

Click to See Complete Forum and Search --> : Please Help?? easy BitBlt question


Mih_Flyer
Jun 15th, 2000, 01:49 PM
hello guys.
I have a program which has many many pictures, these pictures have white backgrounds and a signatures in Black,,all i need is for example to copy the picture from one picture box to another one, but removing the white color, that means with transparency background only the black signature,,,
i hope i was clear enough,,,
Please Help me A.S.A.P.
Thanx

Fox
Jun 15th, 2000, 08:55 PM
If the pictures are ONLY black and white, you can draw the by vbSrcPaint. For true transparency use DDraw (demo (http://orion.spaceports.com/~mccloud/coding/directx.htm#DDraw)) from the DirectX package or see some bitblt demo projcts (http://orion.spaceports.com/~mccloud/coding/graphical.htm#BitBlt sample) on my website... Hope this helps ;)