Difference between listbox and combo box.

Answers were Sorted based on User's Feedback



Difference between listbox and combo box...

Answer / ranjit

List Box :
1. Occupies more space but shows more than one value.
2. We can select multiple items.
3. we can use checkboxes with in the list box.

Combo Box:

1. Occupies less space but shows only one value for visibility
2. Multiple select is not possible
3. can't use checkboxes within combo boxes

Is This Answer Correct ?    0 Yes 0 No

Difference between listbox and combo box...

Answer / suyog srivastava

In COMBOBOX user can edit,add and select information at runtime but in LISTBOX these options cant be done

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What is the use of Data Form Wizard?

0 Answers  


Whether HTML supports multimedia: and document links?

0 Answers  


How can we call Stored procedure of Back End in RDO and ADO ?

1 Answers  


What is Database Connection pooling (relative to MTS)

1 Answers  


How do I get my application on top?

0 Answers  






What is the difference between a Sub and a Function?

3 Answers  


which method used to move a recordset pointer in nth position in DAG?

0 Answers  


Can you create a updatecascade, Deletecascade relation in Ms- Access? If no, give on eample.

0 Answers  


what is the Code for DSN Less Connection?

1 Answers  


What is recordset in visual basic?

0 Answers  


CONNECTIVITY OF SQL 2000 + VB USING ODBC. steps i Follow- 1) Go to Control panel-->Admintrative Tools-->Double -click Data sources(ODBC)-->click Add button-->I choose SQL server (last option), Is it right or wrong option for connecting to SQL 2000.Then a new screen appears Create a New dataSource-->in name textbox,we can write anyname--Right or wrong. suppose i enter sonia, & my server name is .,so I enter . in server & click next button-->On the Next screen i have checked the option With Sql server authentication-- >Login Id-sa, Password-->Blank-->Click next button-->Next-- >Finish-->Then I click on button Test Data source-->Mesage Comes TESTS COMPLETED SUCCESSFULLY-->OK-->OK-->Ok. These steps we have to do or not for Connectivity using ODBC. If yes,then what after these steps we have to do??Plz reply me early ??Thx in advance.

6 Answers  


Explain about the creation of EXE files with Visual Basic?

0 Answers  


Categories