Adding List Item Value

  • Thread starter Thread starter jason
  • Start date Start date
J

jason

I know I have seen this somewhere but I can't seem to
find it. I would like to add the list item value along
with my list item text. So far I have this:

Listbox1.Items.Insert("0", "All")

How do I add a value for "All"?

Thanks.
 
Back
Top