Textbox is member of MS Forms 2.0 Object Library, You have to write Key_Down and Key_Press events of Textbox, Question is that what type of Unicode characters you wants to enter (or show only) in Textbox?
If there are any language's (like Asian, Arabic) Unicode characters then you have to write a complete keyboard layout for that language in Key_Press event, as default keyboard layout of that language. To show characters of a specific language, you will need a True Type Font that is containing those characters you wants to show in Textbox.
I've a (Key_Press & Key_Down) code sample for to write & show "Urdu" language (Unicode Characters) in Textbox, You can modify it as you need. Code project is attached.





Reply With Quote