3
Answers

how to get value from an input box

Ask a question
waffle

waffle

17y
7.4k
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)