[RESOLVED] Blend PictureBox Images
Let's say I have two pictureboxes with two different images. How could I blend the two together? Or take the image from box 2, make it semi-transparent, and place it over the first image?
What I would like to do is have pictures in a file, then have a program that cycles through the images with a fade transition.
Thanks ahead of time!
Re: Blend PictureBox Images
Easy stuff. Here, have a class:
http://rafb.net/p/FUNSdK78.html
Should be easy. I wrote all this code myself so feel free to ask me any questions.. Oh, and this is the VB .NET section isn't it? Ehh.. Just syntax differences. Use this thing:
http://labs.developerfusion.co.uk/co...to-csharp.aspx
Re: Blend PictureBox Images
Thanks for the links! I'll let you know how they work. Happy New Year!
Re: Blend PictureBox Images
Other than a few MINOR tweeks to make it do what I wanted, it works perfectly! The only thing easier would have been if you came to my house and just did it for me! :wave: