MSFN Forum: [VB] Hello World - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[VB] Hello World The Hello World Example Rate Topic: -----

#1 User is offline   Doggie 

  • I'm very inactive :(
  • Group: Patrons
  • Posts: 2,676
  • Joined: 13-October 02

Posted 05 March 2003 - 07:45 PM

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 :)

This post has been edited by Doggie: 16 September 2003 - 11:10 PM



Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy