Quote Originally Posted by lilvoice32 View Post
Awesome! thanks. moving on to intermediate. is this correct?
Code:
Public Class Form1
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Button1.Text = "Success!"
        Label1.Text = TextBox1.Text
        Me.Text = "Success!"
    End Sub
End Class
Looks good to me. You can move on to intermediate and I guess I'll start working on advanced.