Running your Project
See, its not that bad, is it?! Now for the moment of triumph.
Save your work, and click the Run button on the top toolbar (this looks like
a blue 'play' button). After a few seconds, you will see your form appear in
front of you, just like any other window. You are now in what is known as run-time;
this is when your VB application is actually running.
If you want, you can enter your name in the textbox, and click
OK. However, nothing happens! That's because so far you haven't actually written
any code, which will tell Visual Basic what to do when the button is clicked.
This is what we will do next.
Click the Close button on your form, and you will be returned
to what is known as design time, i.e. when you are designing your VB
application.