EDN Admin
Well-known member
Hello Everybody,
I have a textbox in which I want to write in some other langaue so I use Unicode for that
e.g.
If e.shift = true and e.keycode = 65 then
textbox1.text = textbox1.text & chrW(2693)
e.SuppresskeyPress = True So that English Character is not written on the textbox while pressing A
End If
But here I get a small problem
My Unicode character is Displayed Correctly and English character is not written but the cursor remains at position 0 instead of moving after the unicode character
Can anyone explain me what is the problem here?
And Thanks in Advance
View the full article
I have a textbox in which I want to write in some other langaue so I use Unicode for that
e.g.
If e.shift = true and e.keycode = 65 then
textbox1.text = textbox1.text & chrW(2693)
e.SuppresskeyPress = True So that English Character is not written on the textbox while pressing A
End If
But here I get a small problem
My Unicode character is Displayed Correctly and English character is not written but the cursor remains at position 0 instead of moving after the unicode character
Can anyone explain me what is the problem here?
And Thanks in Advance
View the full article