
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/