task is to change a value in a listbox to another value,
e.g
3.40
changing the price of 3.40 to 4.30 :/ if u get me!
Well heres the code that i thought it may be but i dont nosory biggest newb here
VB Code:
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click lstboxpric.SelectedItem = numhire.Value + lstboxpric.SelectedItem End Sub




sory biggest newb here 
Reply With Quote