How do you clear the current selected item from a drop down
combo box?

Answers were Sorted based on User's Feedback



How do you clear the current selected item from a drop down combo box?..

Answer / suresh

Combo1.Remove Item(Combo1.ListIndex)

Is This Answer Correct ?    3 Yes 0 No

How do you clear the current selected item from a drop down combo box?..

Answer / rohit

combo1.remove item(combo.listindex)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

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.

0 Answers   CGI, Infotech,


What is ADO?

1 Answers   Satyam,


How can you read content from file?

2 Answers  


What is dao in vb?

0 Answers  


what are the types of Recordsets?

1 Answers   Wipro,






How will you define a function to accept optional arguments?

1 Answers  


How to compare inserted text in (textbox1.text) with existing database value in (Sqldatasource1) in visual studio 2005 ?

1 Answers  


Does VB support pointers to functions?

0 Answers  


what is single thread and multithread apartments model?

2 Answers   Ford,


What are the different compatibility types when we create a COM component?

2 Answers  


Explain about literals?

0 Answers  


what is the difference between Listindex and Tab index.

1 Answers  


Categories