Clear a listbox in VB .net

  • Thread starter Thread starter Ariel
  • Start date Start date
A

Ariel

¿Some body could tell me wich is the new method of listBox control in
VB .net is equal to old and wanted "Clear"?
 
Hi Ariel,

Probably you search for listbox.items.clear

I hope this helps?

Cor
 
Ariel said:
¿Some body could tell me wich is the new method of listBox control
in VB .net is equal to old and wanted "Clear"?

listbox1.items.clear
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top