top of page

Visual Basic [3] Tutorial Blog :


Lesson 3: Adding Controls to the Form

3.1 Positioning the Toolbox The Toolbox is usually hidden when you start Visual Basic 2013,you need to click View on the menu bar and then select Toolbox to reveal the tool box, as shown in Figure 3.1. You can also use shortcut keys Ctrl+w+x to bring out the tool box. In the previous lesson, we have learned how to build a user interface in Visual Basic 2013 by customizing the default form. In this lesson, we shall continue building the interface by adding more controls to the form.

There are many types of controls that we can add to the form. Among the controls, the most common ones are button, label, text box, list box, combo box, picture box, check box, and radio button. The controls’ properties can be set to visible or invisible at runtime. However, some controls will only run in the background at runtime, one such control is the timer.

Press Icon below for pdf


Featured Posts
Check back soon
Once posts are published, you’ll see them here.
Recent Posts
Archive
Search By Tags
No tags yet.
Follow Us
  • Facebook Basic Square
  • Twitter Basic Square
  • Google+ Basic Square
bottom of page