PublicClass Form1
Inherits System.Windows.Forms.Form
PrivateSub Button1_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles Button1.Click
TextBox1.Text = "Hello!"'When the button is clicked the text is writtenEndSubEnd Class
Visual Basic .Net Source Code
I hope you found this VB .Net tutorial useful!
Don't forget to mention Apron Tutorials in your References!