<
Previous
|
Next
|
VB Tutorial
|
Contents
>
Visual Basic (VB) Label
The user of your program may not know what they should
type in the text box. To give better meaning to user, you give
label
to explain.
1. Drag and drop
Label
into Form
2. In the property window, change the
Caption
property of label into Input your name
3. You can also change the property of
Autosize
to be True
3. Run the program
<
Previous
|
Next
|
VB Tutorial
|
Contents
>
Rate this tutorial or give your comments about this tutorial