I got 2 pictureboxes: pic1 and pic2
I want pic2(with the black in it set to transparent) to be alpha blended(semi-transparent) OVER pic1
So pic1 is actually the view-screen for my program.
How can I do this(it has to be fast)?
Printable View
I got 2 pictureboxes: pic1 and pic2
I want pic2(with the black in it set to transparent) to be alpha blended(semi-transparent) OVER pic1
So pic1 is actually the view-screen for my program.
How can I do this(it has to be fast)?
Look at my signature ;) (the Bit-Blt version - if you don't have much experience in BitBlt, look at the links above, there's an articles on it here at VB-World)
nifty! thx
You're welcome ;)