|
By Kardi Teknomo, PhD.
<VB Tutorial | Contents | Previous | Next >
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
<VB Tutorial | Contents | Previous | Next >
Rate this tutorial or give your comments about this tutorial
This tutorial is copyrighted.
Preferable reference for this tutorial is
Teknomo, Kardi. Visual Basic Tutorial . http:\\people.revoledu.com\kardi\
tutorial\VB
|