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
This post has been edited by Doggie: 16 September 2003 - 11:10 PM



Help
Back to top








