what is the Difference between listbox and combo box?
Answer Posted / guest
A LISTBOX CONTROL displays a list of items from which the
user can select one or more. If the number of items exceeds
the number that can be displayed, a scroll bar is
automatically added to the ListBox control.
A COMBOX CONTROL combines the features of a text box and a
list box. This control allows the user to select an item
either by typing text into the combo box, or by selecting
it from the list.
DIFF::Generally, a combo box is appropriate when there is a
list of suggested choices, and a list box is appropriate
when you want to limit input to what is on the list. A
combo box contains an edit field, so choices not on the
list can be typed in this field.
| Is This Answer Correct ? | 60 Yes | 12 No |
Post New Answer View All Answers
How do you change the system menu (on the Control-Menu Box)?
___,_____ and ____ container objects.
How would you convert a form into document?
How would you use ActiveX Dll and ActiveX Exe in your application?
Draw Sequence Modal of RDO and Explain?
To find the current recordposition in data control.
Explain Types of DBCombo boxes?
How would you create properties in ActiveX Control?
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
___ is the control used to call a windows application.
What is DDE?
how a multiple routing works ?
What is ActiveX Document?
What is rdo in vb?
How would you map properties to controls by using ActiveX Control Interface Wizard?