

List Box - used to provide a list of options to choose from or display a list of information that has been calculated in the program.Combo Box - used to give a set of options to the user.Text Box - used to allow the user to type in some text.Label - used to display text on an interface.When creating an interface, there are different types of form controls. The second part to it is creating the code to make the user interface do/display something.
/GettyImages-174616627-5769ec8e5f9b58346a84bfbf.jpg)

The first part is creating the user interface, this is a simply drag and drop environment where you can add different form controls such as a text box. To input data in Visual Basic there are lots of different form controls that you can use to do this, the most common ones are text boxes and combo boxes. The most common ways you will use are by Message Box or List Box. If you want to display something on screen in Visual Basic you can do it in a number of ways.
