My question, I have a listbox that has 10 names of DVDs and the user can select one or more dvds and when they click the total button it should calculate the total cost of purchase depending on the amount of dvds selected from the list (by holding in the ctrl key).
so i thought the code was somthing like this
double total = DVDs.SelectedItem * 2.50; //then output to user
although this doesnt work SelectedIndex does but it wont calculate it correct for obvious reasons
Just need to be put on the right track, Thanks