Results 1 to 5 of 5
  1. #1
    hopefordope's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Herndon,VA
    Posts
    264
    Reputation
    9
    Thanks
    86
    My Mood
    Psychedelic

    Arrow [Tutorial] How to have a fade in effect when a App Closes

    double click on ur form then this should show up
    Code:
     Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    then unerneath it add this:
    Code:
    For FadeIn = 0.0 To 1.1 Step 0.1
    Me.Opacity = FadeIn
    Me.Refresh()
    Threading.Thread.Sleep(100)
    Next
    then underneath that Code add this
    Code:
    Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
    For FadeOut = 90 To 10 Step -10
    Me.Opacity = FadeOut / 100
    Me.Refresh()
    Threading.Thread.Sleep(50)
    Next
    End
    End Sub

    Debug it and it should fade in when u run it and fade out when u close it.
    Edit= u have to build the project there might be an error if u debug it from VB
    Last edited by hopefordope; 03-09-2010 at 04:32 PM.

    Press Thank You[IMG]https://i45.tinypic.com/2hg8w0n.jpghttps://img1.UploadScreensho*****m/images/main/2/3203234450.jpg[/IMG]










    My Releases
    Injector 3G
    Injector 2G
    Injector 1G
    Super Spammer
    CA Cleaner
    My Tutorials
    How to Make a real Injector(PerX)
    How to Make a Calculator(leeched)

  2. The Following User Says Thank You to hopefordope For This Useful Post:

    Matrix10 (03-09-2010)

  3. #2
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Leeched.

    Give credits.

  4. #3
    hopefordope's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Herndon,VA
    Posts
    264
    Reputation
    9
    Thanks
    86
    My Mood
    Psychedelic
    what this is not leeched

    Press Thank You[IMG]https://i45.tinypic.com/2hg8w0n.jpghttps://img1.UploadScreensho*****m/images/main/2/3203234450.jpg[/IMG]










    My Releases
    Injector 3G
    Injector 2G
    Injector 1G
    Super Spammer
    CA Cleaner
    My Tutorials
    How to Make a real Injector(PerX)
    How to Make a Calculator(leeched)

  5. #4
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Hmm. It's weird how on a Google Search I was able to find several pages with the exact same code.

  6. #5
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Agreed, A few Website have this code posted exactly , And considering this can be achieved with a few methods, the fact that these match exactly make this "tutorial" questionable, However, This is not a Tutorial, Really should be a snippet, So I am going to close this, I will allow you to post it in the snippets vault, if you give credit.

    Anything questionable will be closed as well.



    /Closed





     


     


     



    The Most complete application MPGH will ever offer - 68%




Similar Threads

  1. How lOng have u Been here
    By m60 in forum Spammers Corner
    Replies: 12
    Last Post: 02-01-2013, 12:41 PM
  2. How to have a key for cod4 online ?
    By Hackara in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 0
    Last Post: 10-27-2008, 08:44 AM
  3. [TUT] How to have MP7A1 FREE !!!
    By hoélozabimaru in forum WarRock - International Hacks
    Replies: 21
    Last Post: 09-20-2007, 10:17 AM
  4. [tut]how to have lots of nades
    By damanis1 in forum WarRock - International Hacks
    Replies: 20
    Last Post: 04-22-2007, 07:51 AM