Fade demo form effects using VB6

Asked By 30 points N/A Posted on -
qa-featured

I want to know about making fade effect in and out to form using VB6 or a fade demo form effects using VB6 will help me, Please do the needful.

SHARE
Answered By 0 points N/A #152504

Fade demo form effects using VB6

qa-featured

Hello David Agostino,

I can help you with that. For the fading effect in Visual Basic 6, you're basically manipulating the Alpha value in order to manipulate the transparency of the form. For this one I will explain to you how this works. First you will need a button and a timer with "Enable" value to "False". Then paste this code.

This is the best way to see how to do a fade in and fade out effect. Notice that there are a lot of declarations? Those are needed to use the fade effects. To simplify this code try to remove the CurrentState and EndState and replace those with 0 for transparent and 100 for opaque.

For a variation for this try to implement this in Form_Load and Form_Unload functions.

Hope this helps.

Related Questions