T
Tamir Khason
I have textbox. I do something in each Keypress (kindof validation) in order
not to rewrite all text inside I'm using AppendText method to write in. BUT
I'm unable to add backspace (\b); e.g I have to change each ZZ to Z so I
want to do myTextBox.AppendText("\bZ"); or (char)8+"Z" - Both writes black
square and Z. I know bout the issue of Win32, but is any way to overrde it?
TNX
not to rewrite all text inside I'm using AppendText method to write in. BUT
I'm unable to add backspace (\b); e.g I have to change each ZZ to Z so I
want to do myTextBox.AppendText("\bZ"); or (char)8+"Z" - Both writes black
square and Z. I know bout the issue of Win32, but is any way to overrde it?
TNX