I have sevral text entries in a listbox, we'll call it ListBox1.
Ive been searching google, social.msdn.microsoft.com, and here. I cant figure out how to have each text entry change something when selected.
i.e
string1 causes ((value1 + value2) / 2)
string2 cuases ((value3 + value4) / 2)
string3 causes ((value5 + value6) / 2)
Im obviously new.