Guest User

Untitled

a guest
Apr 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Private Sub buttonCalculate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles buttonCalculate.Click
  2.     Dim FirstForm As New Form1()
  3.  
  4.     FirstForm.labelDisplay.Text = "TEST"
  5.  
  6. End Sub
Add Comment
Please, Sign In to add comment