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

How would you create properties by using class Builder Wizard?

0 Answers  


Explain the creation project schedule.

0 Answers  


Which Property is used to compress a image in image control?

1 Answers  


what are the Sequence of events when a MDI form open with two child forms closing?

1 Answers  


What is the current version of Visual Basic for Windows?

0 Answers  






What can you do with visual basic?

0 Answers  


What is difference between datagrid and flexgrid?

3 Answers   InfoWorld, TCS,


Why doesn't "my string" & Chr$(13) do what I want?

0 Answers  


What is keyword used to compare two objects?

2 Answers  


How to load and unload child forms.

0 Answers  


Recordset object consists what?

0 Answers  


What is the difference between early binding and late binding?

2 Answers   TCS,


Categories