P
Praveen Ramesh
Hi,
I am listening to TextChanged events in a TextBox and checking if a char is
a control char via the Char.IsControl method. This works fine for regular
English input. But when I change the input lang. to be "Greek", certain
characters (like capital "D", delta in greek, I think) are recognised AS
CONTROL CHARS by the Char.IsControl method (whereas they certainly are not
control chars). I have made sure that the Application.CurrentInputLanguage
setting is set to "Greek" at this point.
Am I missing something or is this a bug?
TIA,
-Praveen
I am listening to TextChanged events in a TextBox and checking if a char is
a control char via the Char.IsControl method. This works fine for regular
English input. But when I change the input lang. to be "Greek", certain
characters (like capital "D", delta in greek, I think) are recognised AS
CONTROL CHARS by the Char.IsControl method (whereas they certainly are not
control chars). I have made sure that the Application.CurrentInputLanguage
setting is set to "Greek" at this point.
Am I missing something or is this a bug?
TIA,
-Praveen