Jump to content

Recommended Posts

Posted (edited)

The Hello World Example

This is for the ultimate Visual Basic n00b3rs

Assuming we all know how to make a new standard exe project.

For those that don't, i'll make a topic how to use visual basic

For this lession, we need to have One Command Button called cmdHello

Double click on the command button you have put in ur enviroment(IDE)

Now in the Event cmdHello_Click() should show put the following excluding the private sub bit;

 
Private sub cmdHello_Click()
Msgbox "Hello World"
End Sub

Now run the program.

Hopefully you should have a form with a command button and if click u get prompted with Hello World

Problems and queries, just post here :)

Edited by Doggie

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...