Hello All,
I have a list of items in the listbox.(The items to the list box were added from the textbox eg ( listBox1.Items. Add(textBox1.Te xt)), Now If I have to alter the Listbox eg: If there is an item called Electricity in the listbox and now the user decides to replace Electriciy with an Item called Food by typing in the textbox how do I do this?? Thank you all....I am working on VS 2008 Winform.
I have a list of items in the listbox.(The items to the list box were added from the textbox eg ( listBox1.Items. Add(textBox1.Te xt)), Now If I have to alter the Listbox eg: If there is an item called Electricity in the listbox and now the user decides to replace Electriciy with an Item called Food by typing in the textbox how do I do this?? Thank you all....I am working on VS 2008 Winform.
Comment