Visual Basic - First Application Hello World

This tutorial is usually for the newbie in visual basic programming software, the project name is called "Hellow World". It uses a standard .exe and form with a little code inside the button object. Here's the code

Private Sub cmdPopup_Click()
      Msgbox "Hellow World!", vbCritical, "Message title is here!"
End Sub

1 comments:

Unknown said...

this is a very good method for teaching by showing videos.This video clip shows the how to get msg using visual basic programming.
sap upgrade challenges

Post a Comment