Visual Basic 2008 - Hello World Sample

Visual Basic 2008 sample on how to create a simple project called "Hellow World"

Sample Code below

Public Class Form1

Private Sub Button1_Click(ByVal as sender System.Object, ByVal e as System.EventArgs) Handles Button
Msgbox ("Hellow World!")

End Sub


End Class




1 comments:

Unknown said...

Wow, its a great method of teaching. For beginners like me this is the best way to teach any language. It becomes very easy and understandable.
sap testing tools

Post a Comment