VB.net first program hello world


SUBMITTED BY: Nrupeshsinh

DATE: July 3, 2016, 4:56 a.m.

FORMAT: Text only

SIZE: 220 Bytes

HITS: 610

  1. Public Class Form1
  2. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  3. MessageBox.Show("Hello World", "Message Box Title")
  4. End Sub
  5. End Class

comments powered by Disqus