Hello World
The Hello World is a classic that shows the programer
how to use the Caption Command.
Add a Label1, and 2 Command Buttons. You can change the caption if you want.
Double Click Command1 and insert the following code:
Label1.Caption = "Hello World"
This changes the caption to Hello World.
Double Click the Command2 and insert the following code:
Label1.Caption = ""
This clears the Caption.
If you have any problems e-mail me at vbx23@aol.com