hey, well i want the value of the numericupdown (extracost) to be "1.50" so i did

VB Code:
  1. ext.value = "1.50"

im using this in conjunction with a listbox so if a item in the listbox is 3 it will add the ext to the total to make it 4.50 if the numeric box is set to 1 and if set to 2 then 6.. and so onn..

well my problem is that when i click up on the numericupdown tool it goes straight to 2, it doesnt come up with one.. so how do i get around this :/

cheers


so wat i want to no is how to make the numericupdown box show 1 and the value of 1 = 1.5 so on (2 = 3.0, 3 = 4.5) so on