Hi,
please help me how my VB text box can support
Japanese characters? and also support special characters like this ✿♥★
:cry:
Printable View
Hi,
please help me how my VB text box can support
Japanese characters? and also support special characters like this ✿♥★
:cry:
Try using a RichTextBox
Any one please help :(
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..:wave:
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
http://img191.imageshack.us/img191/9862/unia.jpg
WHERE as the actual output should be like this
http://www.vbforums.com/attachment.p...6&d=1212938074
What should i do more to get it working please :(
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.
Attachment 78085
Thanks LaVolpe
Finally :)