Hi, there

I'm close to finish my project and i want it to be perfect, with no errors and mistakes, but I have a problem when I sum textbox.values! (i have three textboxes, two to sum their values, and one to display result, and i made that ok) When i type whole numbers, there is no problem, but when i type number with some decimals(using numerical part of keyboard), result is not good. (for example 14 - 14,1 = -127) => that is what i got!

When i type decimals in textboxes, it is writen like this "." , but according to my Regional settings in Control Panel, decimal sign (comma) is ",", and i want it to stay that way!

So , is there any way to change input sign of comma in textboxes?

THANKS IN ADVANCE!!!!