Add and Remove Items of a ListBox (C# .NET)
Loading...
4,494
Loading...
Uploader Comments (LeftTechticle)
see all
All Comments (12)
-
How can I remove multiple selected items??
-
sorry for the triple comment, internet laggs here, and I noticed a typo :|
-
U saved me xD
This was an assignment in class for me :|
But he had to use this:
string grocerie;
grocerie = textBox1.Text;
listBox.Items.Add(grocerie);
textBox1.Clear();
the a whole bunch of int values to make it possible to delete it again..
U made it simple for me, thnx.
-
how to add item and remove item in visual basic 6?
-
@LeftTechticle lol.. thats witty!
Loading...
thank u =)
but i have a question:
how could i get the number of items who are in the listbox???
vikti1996 10 months ago
@vikti1996 ListBOx.Items.Count or length or something like that
LeftTechticle 10 months ago
Wow.. name sounded like left testicle.
deepster89 10 months ago
@deepster89 Yea thats kinda the point
LeftTechticle 10 months ago