C# TextBox with forward slash
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hello all... when i enter a text in any WindowsForms Textbox with forward slash "/" the textbox reverse the text and make it wrong e.g. if i enter 990 first then / then 130 the system will display it 130/990 note 990/130... how can i solve that? Thanks in advanced...
Thanks
-
Hello all... when i enter a text in any WindowsForms Textbox with forward slash "/" the textbox reverse the text and make it wrong e.g. if i enter 990 first then / then 130 the system will display it 130/990 note 990/130... how can i solve that? Thanks in advanced...
Thanks
What are you binding the textbox to?
-
What are you binding the textbox to?