Keypad decimal separator on a Wpf TextBox, how to? -
i have wpf application textbox decimal input.
i when press "dot" key (.) on numeric keypad of pc keyboard send correct decimal separator.
for example, on italian language decimal separator "comma" (,)...is possible set "dot" key send "comma" character when pressed?
for need gloablize application. see these links:
http://msdn.microsoft.com/en-us/library/ms788718.aspx
http://www.codeproject.com/kb/wpf/globalizelocalizeawpfpro.aspx
Comments
Post a Comment