Results 1 to 17 of 17

Thread: [RESOLVED] How To Text Be Unicode In TextBox And Label

Threaded View

  1. #4
    Addicted Member Mehmood Iqbal's Avatar
    Join Date
    Mar 2011
    Location
    Chakwal, Pakistan
    Posts
    150

    Re: How To Text Be Unicode In TextBox And Label

    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.
    Attached Files Attached Files
    Programming is same like Common Sense !


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width