
Fading a Picture Box -- help!!
Search the www.vbaccelerator.com page. The author has some very good code on
DIB sections. With those you can manipulate the bits of an image very easily
and much faster than the point and pset methods ever could. Download the
sample project eith the DIBSection class and the DIBEffects class.
I don't have it here right now... If you can't find it tell me...
Oh, I forgot...
The complete class for fading a picture is all there...
Quote:
> Greetz!
> I have a logo in a picture box and I want to fade it into another pb (or
the
> form). I am currently using the api calls Getbitmapbits and
Setbitmapbits,
> and going through the byte array each time increasing (decreasing) the
index
> until I reach my destination value. This gives the effect of an
Alphablend
> fading routine when windows is in TRUE COLOR, but in HIGH COLOR it's all
> {*filter*}ed. I need this to work in both formats, and in Win95/98.
> I need this ASAP!!
> thanks