zwnage @ Sat Jan 20, 2007 5:30 pm wrote:
So my question is: Can I set certain colors in the boxes to be transparent, make the picture box circular, make the imported picture circular, or something like that so the rectangle border doesn't cover my background?
Not quite. You CAN accomplish this with just picture boxes, but it follows the same method as bitblt masking. So your best bet would look up some vb bitblt mask tutorials like this one. Or if you COULD make your own draw function that draws pixel by pixel, only those you want ;p .. this would run slower but fun to make.
Now that you read that, you could also use gifs with transparency and the image control.