English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Ive seen it around in programs where it fades away and I really need it for my program so does any one know how to do it?
Please give code or link.
Visual Basic.Net

2007-03-28 08:30:11 · 3 answers · asked by sbraidley 3 in Computers & Internet Programming & Design

3 answers

Try this one from codeproject.com:

http://www.codeproject.com/vb/net/faderform.asp
http://www.codeproject.com /vb/net/faderform.asp

Basically you just play with a timer and form Opacity

Another fun disappearing trick is to use a loop and decrease height, width, or both before ending.

2007-03-28 08:49:51 · answer #1 · answered by rod 6 · 0 0

Try this:

Dim i As Integer = 0
For i = 1 To 225
Me.Opacity = i / 225
System.Windows.Forms.Application.DoEvents()
Next

Mess around with the values.
I had this in a form load

2007-03-28 10:04:11 · answer #2 · answered by Anonymous · 0 0

Try here for info

http://www.good-tutorials.com/
http://www.digitaljuice.com/
http://www.tutorialkit.com/
http://www.codestyles.com/
http://www.sitecube.com/website/promo_bw.asp?pid=sitetarget

2007-03-28 09:34:13 · answer #3 · answered by george r. n. 5 · 0 0

fedest.com, questions and answers