howdy all,
I am trying to place 2 pictures over each other in a Picturebox using the PaintPicture method. What I want to know is:
Can I use PaintPicture to paint all parts of a picture except one color? Or another method (that works as fast or faster than PaintPicture)?
When using PaintPicture, each picture still has a square around it which is usually the base background color...
I would probably make the transparent color RGB(127,128,128)
Any help would be great...
Phreak




Reply With Quote