|
-
Jan 13th, 2007, 02:09 AM
#1
Thread Starter
Addicted Member
[2005] unicode display in combobox
i have this text to display "Kewell 科维尔 by vivas" but in the combobox the chinese characters are replace by squares... (in my windows explorer also,there are squares)
-
Jan 13th, 2007, 02:18 AM
#2
Re: [2005] unicode display in combobox
Set the textbox font to Arial Unicode MS. It contains all the official Unicode chars so far. Also if you have another font that supports the characters you need to show, you can use it instead.
If you want to display them in Windows explorer, Notepad etc, you have to set the ANSI of your system accordingly - it is in the Regional and Language Options -> Advanced -> the 'Language for non-Unicode programs' drop down list.
-
Jan 13th, 2007, 03:52 AM
#3
Thread Starter
Addicted Member
Re: [2005] unicode display in combobox
thx it's working now... one more question will it owkr on other people's computer or must they have arial unicode font??? as was makin a program in vb6 and some people reported me that the text were not displayed correctly...
-
Jan 13th, 2007, 02:26 PM
#4
Re: [2005] unicode display in combobox
It will work if they have the font. I've never seen an XP system without it but it is possible that it can be missing on other OSes or removed from the user or another software.
It is always a good idea to include any non default fonts your app is using when installing / deploying. Games for example do it all the time.
-
Jan 13th, 2007, 02:48 PM
#5
Thread Starter
Addicted Member
Re: [2005] unicode display in combobox
any tutorial/example how to install the font on the user's pc using installing/deploying?
-
Jan 13th, 2007, 03:22 PM
#6
Re: [2005] unicode display in combobox
There are many tutorials on the net, but this one is even better - it lets you embed a font in your exe if you don't want to install anything extra.
-
Jan 13th, 2007, 05:29 PM
#7
Thread Starter
Addicted Member
Re: [2005] unicode display in combobox
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
|