3
Answers

how to get value from an input box

waffle

waffle

18y
7.8k
1
VS2005
i have a listview where the second column item will come from a value from an input box. but i don't know how to get it. here's my code.. pls help me! tnx in advnce!

ListViewItem.ListViewSubItem quantity = new ListViewItem.ListViewSubItem(name, <i don't know what to put here>);

Answers (3)