Write a VB program to print the user's information from the text box to label
Answers
Answered by
0
Answer:
How to create a form with a button add_subjects which adds one textbox and a corresponding label on each click, 3 buttons - Add, Edit and Delete , for each textbox created during runtime in VB . Once each texbox's corresponding Add _button is clicked, it passes textbox's value to the label.
Similar questions