Fading a Picture Box -- help!! 
Author Message
 Fading a Picture Box -- help!!

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



Tue, 13 Nov 2001 03:00:00 GMT  
 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



Sat, 17 Nov 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Fading a picture box

2. Fade Transition Using Picture Box

3. fading of two pictures (blend one picture into the other)

4. Help: Resized picture fades to black !!

5. insert picture box inside picture box

6. Fading out a picture

7. picture fade ?

8. Fade picture...

9. fading pictures

10. 'Fades' between pictures

11. Picture Fade In/Out

12. Fading of Pictures/Animations

 

 
Powered by phpBB® Forum Software