How would I use characters other than Latin characters in VB6? I tried to use cyrillic, and the caption just showed up as "?".
Printable View
How would I use characters other than Latin characters in VB6? I tried to use cyrillic, and the caption just showed up as "?".
Do you have the fonts you wish to use installed on your machine?
If so, they should show up in the Font dialog box.
I am using arial unicode MS, which (normally) lets me use cyrillic.
EDIT: As per usual, VB help didnt help. At all.
"VB Help" has nothing to do with what you're after... ;)
Multilanguage support isn't easy to implement in VB6. Perhaps the following link will give you some idea:
Internationalization with Visual Basic
Good luck. :wave:
So even If I want to do something very simple, like displaying different symbols in a text box, i would require thousands of lines of code?
P.S. I'm not the sort of person who buys vb Books :p
In that case you're on your own, man. :rolleyes:Quote:
Originally Posted by ajames
I wouldn't say so although it is an advanced stuff.Quote:
Originally Posted by ajames
And there is definately no option in prefrences to change the language of the form? (or anything similar?)
i.e. could someone attempt to post code?
No. Language support is set at the OS level.Quote:
Originally Posted by ajames
Using an english keyboard, you could certainly type words in a different language, but if English is your default language, then you do not have any of the special character support that other languages require.
So can anyone give me a guideline how to do it? Preferably free? That's what vbforums is for, right?
I think Merri has a few controls that can accept Unicode. I saw a link to it the other day, but didn't save it.
1) merri? who is merri? Who and where can i find him/her? Is s/he on vbf?
2) so far i have enabled my computer to change the keyboard to cyrillic. (дугуиыф etc.)
That control (button) seemed to work. Has anyone got a control for unicode textboxes?
Here is another Merri post. See Post #6Quote:
Originally Posted by ajames
Is there some problem with RTB's?
Text boxes seem to work, now i just need to use merri's uniCommand buttons and I will have a working program!
Thanks to everyone for your support: You've just saved me about £40!