Skip to content

Variable Test Application: Shows the content of a variable

Notifications You must be signed in to change notification settings

ozzies-code/VariableTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VariableTest

Variable Test Application: Shows the content of a variable Visual Basic 2005.NET:

Public Class VariableTest

Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)

End Sub

Private Sub BtnVariableTest_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnVariableTest.Click
    Dim LastName As String

    LastName = "Luther"
    Label1.Text = LastName

    LastName = "Bodenstein von Karlstadt"
    Label2.Text = LastName


End Sub

Private Sub BtnVariableTest2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnVariableTest2.Click
    End
End Sub

End Class

About

Variable Test Application: Shows the content of a variable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published