what is the Difference between listbox and combo box?
Answer Posted / laski
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 ? | 18 Yes | 5 No |
Post New Answer View All Answers
what is the control used to call a windows application.
How do I call help files from a VB program?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
How would you use ActiveX Dll and ActiveX Exe in your application?
How do I get my application on top?
How many ways you can access file using VB?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
How do I do Peek and Poke and other low-level stuff?
which property is used to change to some value to access a identity column in datacontrols?
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
What is ActiveX? Explain.
____ is the difference between Listindex and Tab index.
What about DLL calls that require callbacks?
What is database vb?
What is "NULL"?