
- Forum
- Programming Talk
- Microsoft .NET
- how to convert english character into tamil character when pressing keys in keyboard using vb.net
how to convert english character into tamil character when pressing keys in keyboard using vb.net
This is a discussion on how to convert english character into tamil character when pressing keys in keyboard using vb.net within the Microsoft .NET forums, part of the Programming Talk category; sir , i want to convert the English characters into Tamil characters .At the same time i would like give ...
-
02-09-2011, 02:20 AM #1
- Join Date
- Feb 2011
- Answers
- 1
how to convert english character into tamil character when pressing keys in keyboard using vb.net
sir , i want to convert the English characters into Tamil characters .At the same time i would like give input from keyboard.that is ,when i press any key from keyboard that must be display equivalent Tamil character.
-
Suresh
In VB, I used to make use of OnKeyDown / OnKeyPress event and there upon use the KeyCode parameter
See even if you can make use of similar concept to implement your requirement.

Reply With Quote





