, how is this done? its been made by me , all the codes ; it uses to noob tools combined to gether to make a nice auto inviter
and forgot bout fraps...


)

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.Close()
Form2.Close()
Form3.Close()
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Form1.Close()
Me.Close()
Form3.Close()
End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Form1.Close()
Form2.Close()
Me.Close()
End Sub
