5 pts.
 Remove multiple items for list box
I want to remove multiple items from listbox control.

Software/Hardware used:
ASKED: December 21, 2007  4:27 PM
UPDATED: December 11, 2008  6:54 PM

Answer Wiki:
Not sure about VB but C++ you will do the following if ( m_ListCtl.GetCount()) m_ListCtl.ResetContent(); Im sure you can these methods in VB as well, HTH! ----------------------------- If you want to remove all items from the Combo, you can do it this way: <pre>Combo1.Clear</pre>
Last Wiki Answer Submitted:  December 11, 2008  6:54 pm  by  AnandaDebnath   280 pts.
All Answer Wiki Contributors:  AnandaDebnath   280 pts. , Margate   15 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _