|
-
Apr 25th, 2011, 12:48 AM
#10
Thread Starter
Lively Member
Re: How To Text Be Unicode In TextBox And Label
 Originally Posted by Mehmood Iqbal
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.
Thanks mohammad brother . But how can i show text unicode in stander textbox.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|