I'm trying to enter Romanian text in a VB6 standard textbox.
My Vista dev machine is as standard US build, set as non-unicode
language = Romanian, all other regional settings are set to Romanian
as well.
However, some characters such as t, (t with a comma afterwards) still
display as question marks.
Other eastern european characters display with no problem.
Any ideas ?
> I'm trying to enter Romanian text in a VB6 standard textbox.
> My Vista dev machine is as standard US build, set as non-unicode
[quoted text clipped - 4 lines]
> display as question marks.
> Other eastern european characters display with no problem.
The characters must belong to the same code page. You may want to check
these free ActiveX Unicode controls:
http://www.timosoft-software.de/
benamar - 08 Mar 2010 09:06 GMT
> > I'm trying to enterRomaniantext in aVB6standard textbox.
> > My Vista dev machine is as standard US build, set as non-unicode
[quoted text clipped - 9 lines]
>
> http://www.timosoft-software.de/
Perhaps I should have been more clear.
Even when I'm working in the IDE itself, and trying to write
Label1.Caption = "XYZ" when XYZ contains those characters, they are
shown in the IDE as questionmarks.
benamar - 08 Mar 2010 11:08 GMT
> > I'm trying to enterRomaniantext in aVB6standard textbox.
> > My Vista dev machine is as standard US build, set as non-unicode
[quoted text clipped - 9 lines]
>
> http://www.timosoft-software.de/
Solved it !
Installing Romanina as a display language as well fixed the problem.