Computer Science, asked by mshamsher883, 9 months ago

what is the basic difference between a textbox and combobox​

Answers

Answered by ankitsunny
14

Explanation:

A text box is a control that only shows the one value. A Combo Box, allows the user to select a value from a drop down list, which is only visible when the user clicks on the drop down list. And only displays a single value. A List box is similar to a Combo Box.

Answered by BruceL
5

Answer:

  • A text box is a control that only shows the one value. it is also a graphical control element intended to enable the user to input text information to be used by the program.
  • A Combo Box, allows the user to select a value from a drop down list, which is only visible when the user clicks on the drop down list. And only displays a single value.

Similar questions