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

what is the Benefit of wrapping database calls into MTS transactions?

1 Answers  


Is it possible to change menu runtime using API? If yes Specify the function names?

0 Answers  


What is the default property of data control?

2 Answers  


How would you run your ActiveX Document Dll?

0 Answers  


What is a variant data type and when would you use it?

3 Answers  






what are the Advantages of disconnected recordsets

1 Answers  


Can we display only integers / numbers through the message box? Is there any constraint to do so?

8 Answers   Infosys,


OLE is used for _______

0 Answers  


Can you create a tabletype of recordset in Jet connected ODBC dbengine.

0 Answers  


Explain the usage of Web Browser Control?

0 Answers  


Dim X,Y as Integer Here what is the datatype of X and Y ?

8 Answers   Syscom,


Under which circumstance does a VB application ignore a Timer event?

2 Answers  


Categories