write the VB code for :
setting caption to visual basic for lable5
Answers
Answered by
1
Explanation:
Drag and drop a Label control on the form.
Set the Text property to provide the caption "This is a Label Control".
Set the Font property from the properties window.
Click the label to add the Click event in the code window and add the following codes.
Similar questions