Computer Science, asked by agrawalvandanargh, 5 months ago

Which control can be used to receive input as text from user in VB program?​

Answers

Answered by TheBrainlyKing1
1

The TextBox Control allows you to enter text into your form during runtime. It is good for getting input from users. The default setting is that the TextBox Control will only accept one line of text.

Similar questions