Give two reasons why a combo box control is more popular than a list box control for data entry.

What will be an ideal response?


A combo box allows the user to enter a new value into the control unless the Limit to List property is set to yes.  Also, the combo box provides a "drop-down" action when the user clicks the list arrow.

Computer Science & Information Technology

You might also like to view...

Given the following function declaration,

friend void display(const myClass& object); which is the correct header for the definition of the function? a. void myClass::display(const myClass& object) b. void display(const myClass& object) c. friend void display(const myClass& object); d. friend void display(const myClass& object)

Computer Science & Information Technology

________ is not one of Linux’s primary subsystems?

a) Process management b) Virtual file system c) Networking d) Interprocess communication

Computer Science & Information Technology

Field X is functionally dependent on field Y if the value of field X depends on the value of field Y.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A print spooler is a log file that maintains a history of print jobs.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology