Problem with keyboard language
Posted
by user300484
on Stack Overflow
See other posts from Stack Overflow
or by user300484
Published on 2010-05-07T01:14:03Z
Indexed on
2010/05/07
1:28 UTC
Read the original article
Hit count: 260
Hello you all! I just made an application which purpose is to find an x result using the rule of three. It runs fine and everything but there is a small problem. I am using WinXP Europpean Spanish version. As we all know, in many europpean countries the decimal dot is changed by a " , " comma. When I use my application, it turns out that when I press the dot key on my keyboard´s number pad, my application doesnt take it as a normal decimal dot and it ignores it... so I need to manually press the comma key so it can give me the right answer.
How can I solve this problem?
© Stack Overflow or respective owner