Hi
i have a problem to use special characters such as / or or , when i use it along with unicode characters. it cause which my string corrupt and can not display correctly in textBox. for example, suppose this char u is my unicode char, here
is my original (correct) string : uu/123
but it display incorrectly : 123/uu
is there any way to handle textChanged event (or any other events) of my textBox to solve this problem ?
can anybody help me ?
thanks in advance <hr class="sig http://www.codeproject.com/KB/codegen/DatabaseHelper.aspx
View the full article
i have a problem to use special characters such as / or or , when i use it along with unicode characters. it cause which my string corrupt and can not display correctly in textBox. for example, suppose this char u is my unicode char, here
is my original (correct) string : uu/123
but it display incorrectly : 123/uu
is there any way to handle textChanged event (or any other events) of my textBox to solve this problem ?
can anybody help me ?
thanks in advance <hr class="sig http://www.codeproject.com/KB/codegen/DatabaseHelper.aspx
View the full article