Jump to content

[VB] Hello World


Recommended Posts

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
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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