👉In this article, I'll explain to you the main elements that you need basically in visual basic. And also their functions
(Text box, Labels, Combo box, etc...)

 Let's get into the article




Visual basic programming
Visual basic programming




👉When it comes to the VB language, we can tell it's an old language. But you can program small programs like calculators, Different digital converters. Also, you can make your own program to perform a specific task. But in this article, I explain basic things only. 

Let's consider about main elements in VB


VB application Interface



Visual basic
Interface


👉These are the tools you can see. They are placed left-hand side of the interface

Visual basic
Visual basic
Tools



👉I'll explain to you one by one which you need mostly for programming


1.Labels

  • Labels are used to display texts. When you executed the program, you can't change labels
  • Also, you can use it to identify objects

2.Text box

  • Text boxes are used to both display and insert a text 


3.Command button

  • This executes a specific task when you clicked on it. 

4.List box

  • This displays a list of items after you executed the program. 

5.Check box

  • You can use the checkboxes when you wanted to select two or more options 

6.Option box

  • If you need to select one option over a lot of options, you can select option boxes

Visual Basic
Visual Basic Tools view



👉Now  I'll explain about the property window.
  •  It is used to change the properties of the tools which you used in the program. 
  • There are different properties, according to the tool you use, properties change.
👉I'll explain to you common properties there.

Visual Basic
Properties


Name

  • In here name means when you coding, you can use the given name to address the object that we insert there. (It's not the displaying name on the object)

Caption

  • This is the name that displays on the object.

👉These are the main properties that you need to know when you programming

👉After you created the program you can execute the program here

Visual Basic
Execute Visual Basic programme



We will talk about coding in the next article

               Thank you for reading