Results 1 to 8 of 8

Thread: [RESOLVED] Support special characters

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2007
    Posts
    912

    Resolved [RESOLVED] Support special characters

    Hi,
    please help me how my VB text box can support
    Japanese characters? and also support special characters like this ✿♥★


  2. #2
    Frenzied Member
    Join Date
    Dec 2007
    Posts
    1,072

    Re: Support special characters

    Try using a RichTextBox

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2007
    Posts
    912

    Re: Support special characters

    Quote Originally Posted by Zach_VB6 View Post
    Try using a RichTextBox
    When i paste ✿♥★✿♥★ characters in RichTextBox, then it also shows Question mark (?)

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2007
    Posts
    912

    Re: Support special characters

    Any one please help

  5. #5
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: Support special characters

    I think, you need Unicode supported controls for displaying those characters.
    Try searching this forum for "unicode control", especially in CodeBank - Visual Basic 6 and earlier.

    You will find lots of custom controls..

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2007
    Posts
    912

    Re: Support special characters

    Quote Originally Posted by akhileshbc View Post
    I think, you need Unicode supported controls for displaying those characters.
    Try searching this forum for "unicode control", especially in CodeBank - Visual Basic 6 and earlier.

    You will find lots of custom controls..
    Hi
    i got this thread written by Marry.
    http://www.vbforums.com/showthread.php?p=3084062

    And download the source code and executed in my computer. before running the code i also made changes in Regional Settings

    here are the steps

    Inserted the XP SP2 CD

    Start-->Control Panel --> Date, Time, Language, and Regional Options--> Regional And Language Options

    Then Clicked on Advanced TAB
    and in Code Page Conversion Table
    i checked all the Check boxes and clicked Apply. Some files were copied itself from the CD and then asked for restart the computer, And i restarted the computer then i executed the Sample program of Unitext but i still can not view the Chinese Characters in UNITEXT here is my output image



    WHERE as the actual output should be like this



    What should i do more to get it working please

  7. #7
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: Support special characters

    I believe, you also need to add Far Eastern and/or Arabic language support to your system. Do this via the Regional Settings applet in control panel.
    Name:  UnicodeRegionalSettings.PNG
Views: 259
Size:  54.7 KB
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2007
    Posts
    912

    Re: [RESOLVED] Support special characters

    Thanks LaVolpe
    Finally

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