To run the form:
From the menu bar, click Debug > Start
OR, press the F5 key
Visual Basic has Design environment and a Debug environment. Design Time is where your work with with the form, add textboxes, and buttons,labels and code;
Debug is where you can test your programme and see how it performs.