Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[TuToRiAl] Fading In & Fading Out Effects on Open+Close [TuToRiAl]
#15
(04-20-2011, 10:08 PM)Infinity Wrote: As KoBE has said, you should have had it as:

Code:
'Form Close Effect
Private Sub Form1_Close(ByVal sender As System.Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
    For FadingOutProcess = 0.9 To 0.1 Step -0.1
        Me.Opacity = FadingOutProcess
        Me.Refresh()
        Threading.Thread.Sleep(70)
    Next
End Sub

Sure, why not. At least the code ain't broken. Confused
Whatever floats your boat. Wacko

[Image: t5BWm.png]
Reply


Messages In This Thread
RE: [TuToRiAl] Fading In & Fading Out Effects on Open+Close [TuToRiAl] - by Resistance - 04-20-2011, 11:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [HELP]Tutorial/Learning System[HELP] norBATman 2 1,327 09-08-2012, 10:17 PM
Last Post: AceInfinity
  [TuToRiAl] How to make Offline (No Internet) Captcha (Human Confirmation) [TuToRiAl] Resistance 24 12,675 08-30-2012, 10:14 PM
Last Post: Resistance
  [Visual Basic] FTP Uploader [Tutorial] Coding Support 6 3,042 08-12-2012, 12:36 AM
Last Post: Kenneth
  [RELEASE]SF-TutPad "Tutorial Editor" [RELEASE] Digital-Punk 28 10,311 08-11-2012, 11:25 PM
Last Post: Kenneth
  Emailer Tutorial dunlop03 12 2,901 06-24-2012, 04:33 AM
Last Post: kpn37z

Forum Jump:


Users browsing this thread: 9 Guest(s)