(04-20-2011, 11:25 AM)The High Roller Wrote: Because we are fading in and out. Simple as that. If we fade in, we must start from zero and slowly increase to 1.x to allow the form to reveal itself on load. For fading out we want the form to slowly decrease its opacity as easy, so we divide the earlier numbers declared by the FadingOutProcess to allow the form to fade out.
You obviously don't understand what I'm saying...
What's 90 divided by 100?... .9 so instead of dividing on your 'fade out' effect. Why not set it...
Code:
For FadingOutProcess = 0.9 To 0.1 Step -0.1
You are much pretty doing the same thing... I don't see why you would have one code doing it normal. Then another dividing by 100. It just doesn't make any sense.
I code at http://tech.reboot.pro