hi
following problem:
I have a textbox. When the decimal point is pressed on my keyboard i need it to be replaced by the comma.
I vb6 that was easy. you just had to replace the keyascii value in the keypress event.
In .NET the e.keychar seems to be read-only and cannot be replaced.
Is there a way to get around this or another way to solve the problem.
Any thoughts are welcome.
thnx
following problem:
I have a textbox. When the decimal point is pressed on my keyboard i need it to be replaced by the comma.
I vb6 that was easy. you just had to replace the keyascii value in the keypress event.
In .NET the e.keychar seems to be read-only and cannot be replaced.
Is there a way to get around this or another way to solve the problem.
Any thoughts are welcome.
thnx