Guest User

Untitled

a guest
Jun 17th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Public Class Form1
  2.  
  3. Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
  4. TextBox1.Text = "Hellow World"
  5.  
  6. End Sub
  7.  
  8.  
  9. Private Sub Button1_DoubleClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.DoubleClick
  10. TextBox1.Text = "I love you"
  11. End Sub
  12. End Class
Add Comment
Please, Sign In to add comment