I am having problems when I try to display Chinese characters in my VB6 application:
Not the correct characters are displayed.
There are ?'s being displayed.
System setup:
Windows 10
VB6 a) Why am I still using VB6 well it is because the DLL's that I have to interface to our serial devices were written in VB6 and using them in VB.NET is slow.
A translation file that contains all the strings that I display in my code and the corresponding Chinese characters the two things are separated by a pipe symbol "|"
Things that I have tried:
I changed to Region and Language to Taiwan Traditional.
I tried changing the font to anyone that supports the Big5 character set.
Please help and let me know if you need any more information.
Thank you