hi
I have a textbox and a Label on my form which only give number and dot (.)
for example if i want to input 12.3 when arrive to dot(.) , it move to start position.if i continue to input number so it fix.
I have a textbox and a Label on my form which only give number and dot (.)
for example if i want to input 12.3 when arrive to dot(.) , it move to start position.if i continue to input number so it fix.
the problem is in 3th line:
1
12
-------> .12
12.3
correct stat is :
1
12
-------> 12.
12.3
1
12
-------> .12
12.3
correct stat is :
1
12
-------> 12.
12.3