
graphics w/transparent background?
Quote:
> Does anyone know how i can put a transparent background
> on bitmaps that i am using in a VB 4.0 project? I have a "D"
> in an animation that rotates and i want the form background
> to show thru the middle of the "D" as it rotates. It seems like
> no matter what I try i always get a "D" with white around and
> inside the "D". Any suggestions?
> Thank you,
> Melissa Faith Sener
What you need is a sprite and a mask used in conjunction with the BitBlt
API call. I have some example source if you're interested.
Chris