Does it make me a geek that when i recode something saving hundreds of operations, that it causes me to get very excited?
lstCardList.Items.Add(_card.category)
inputs a string as the item.
lstCardList.Items.Add(_card)
adds the clas itself as an item,
then set the listbox to only show the category
now instead of runing operations on everysingle item in the class just to find the right item, i have the class item i want automatically. so i only run one operation
uber w00t
2007-02-20
16:44:38
·
5 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Software