The basic “Hello World” application made using Visual Basic.
Code used:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
MsgBox(“Hello World!”, MsgBoxStyle.Information, “Hello!”) ‘ Shows a message box.
End Sub
Need help? Post in the comments or inbox me on YouTube
Amazon Auto Links: No products found.
Comments