ok so i am using vb2010 and I have created two listboxes and a textbox and a button. the first list box has a my list in it like seen below:
U-Ad ($350)
Striker ($190)
New Ad ($250)
Samson ($530)
as you select one of these list items in the first box and click the button it adds that item to the second listbox. Then the textbox is being used to add the monetary value of the items to a total of the ones you have selected. textbox updates as you add more from the first listbox to the second. I cannot figure out what code to write to have the values add up in the textbox? any help?
U-Ad ($350)
Striker ($190)
New Ad ($250)
Samson ($530)
as you select one of these list items in the first box and click the button it adds that item to the second listbox. Then the textbox is being used to add the monetary value of the items to a total of the ones you have selected. textbox updates as you add more from the first listbox to the second. I cannot figure out what code to write to have the values add up in the textbox? any help?