Wednesday 9 October 2013

Adding Controls To Form Using Tool box

Adding controls to form:
      We can add controls or tools to our form such as labels, text boxes, buttons and so on...


how to add labels to a form?

1. First open tool box and select label then move to form then drag and drop the mouse with left click.
2. Then we add the label to the form.
3. In this way we can add more labels as per our requirement.
How to add text box to a form?

1. First open tool box and select TextBox then move to form then drag and drop the mouse with left click.
2. Then we add the TextBox to the form.
3. In this way we can add more TextBoxes as per our requirement.


         In this manner we can add other controls too..
         we will observe them in later sections...

How to add Button to a form?

1. First open tool box and select BUTTON then move to form then drag and drop the mouse with left click.
2. Then we add the BUTTON to the form.
3. In this way we can add more BUTTONS as per our requirement.

                                                        (or)

Just double click on any control . It will directly placed on the form Top-Left corner.
We can place it wherever we want.



     

<---- Previous page                                               Next page ---->


VB.NET HOME PAGE

No comments:

Post a Comment