give some real time examples that use label and text box controls
Answers
Answered by
5
Explanation:
I hope this helps u !!!!!
Attachments:
Answered by
0
Explanation:
The Label
This is probably the first control you will master. It is used to display static text, titles and screen output from operations. The important properties to remember:
Textbox
is like a Label but, it is used to input data into the program. The data typed in is in the Text property of the control.
When the program is Run, only the controls that can be manipulated will be activated. For example, if the form contains 3 Labels, 3 TextBoxes and 3 Buttons, when it is Run, the cursor will not stop at the labels.
Attachments:
Similar questions