VB5: Fading in a BMP in a picturebox 
Author Message
 VB5: Fading in a BMP in a picturebox

Hi all,

does someone know how to fade in a BMP (there is nothing in the picturebox
and slightly the BMP appears) ?

Thanx in advance !

Sincerly,

QUICK Peter



Mon, 20 Nov 2000 03:00:00 GMT  
 VB5: Fading in a BMP in a picturebox

I remember reading this (but can't remeber exactly how) in "Visual Basic 4
Mutimedia Adventure Set".  Basically use a lot of BltBit'ing with stippled
brushes and reveal or hide a pattern of dots in the bitmap a little at a
time.  This will work OK for any colour depth.

You could try and mess with the pallet info of the bitmap and darken the
colurs a little at a time. This would be 'prettier' on a hicolour display,
but poor on a locolour (16/256 colour) display.



Mon, 20 Nov 2000 03:00:00 GMT  
 VB5: Fading in a BMP in a picturebox

You should check out Total Access Components from FMS,Inc.
www.fmsinc.com

The 32 bit ocx control has some bitmaps effects like you are talking about,
works with VB4-32 bit and VB5

HTH, Robert

Quote:

>Hi all,

>does someone know how to fade in a BMP (there is nothing in the picturebox
>and slightly the BMP appears) ?

>Thanx in advance !

>Sincerly,

>QUICK Peter



Mon, 20 Nov 2000 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. VB5: Fading a BMP in a picturebox

2. VB5: Fading in a BMP in picturebox

3. Fade text in/out over BMP

4. Please help: Fade Effect for picturebox in Visual Basic .NET

5. Fading a PictureBox?

6. fading images in picturebox

7. Real Fade-in and Fade-out

8. Fade-in and Fade-out of button controls

9. Fade in and Fade out images???

10. Fade-in, Fade-out images???

11. Fade-in, Fade-out effect

12. Saving the image in an Picturebox to something other then a BMP

 

 
Powered by phpBB® Forum Software