Advertisement
Abel_Software

Add Text To Textbox with Button [VB.net]

Aug 15th, 2016
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.16 KB | None | 0 0
  1. Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
  2.         TextBox1.Text = "Enter the text you want here"
  3.     End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement