fading images in picturebox 
Author Message
 fading images in picturebox
hey can neone tell me how can i fade images in a picture box, i mean when i
click a button the image loaded changes to another image but in a gradual
fade out process or a blinds method will do , tnx



Tue, 27 Jul 2004 03:17:32 GMT  
 fading images in picturebox

Quote:
> hey can neone tell me how can i fade images in a picture box, i mean when
i
> click a button the image loaded changes to another image but in a gradual
> fade out process or a blinds method will do , tnx

Have a look at the AlphaBlend() API call for the smooth fade, the 'blinds'
transition would be accomplished using a few BitBlt() calls in a loop.
Hope this helps,

    Mike

 -- EDais --

 - Microsoft Visual Basic MVP -
WWW: Http://EDais.earlsoft.co.uk/




Tue, 27 Jul 2004 03:44:24 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Fade in and Fade out images???

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

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

4. VB5: Fading in a BMP in a picturebox

5. Fading a PictureBox?

6. VB5: Fading a BMP in a picturebox

7. VB5: Fading in a BMP in picturebox

8. Help!! Loading PictureBox FromStream and PictureBox.Image.Save

9. Question on PictureBox.Image = Image.FromFile(aFile)

10. load a Jpeg image into a picturebox or image control

11. Loaded image in Image or PictureBox control

12. Loading an image from a webserver into a PictureBox or Image

 

 
Powered by phpBB® Forum Software