TheVampire
Programmer
I'm using the resource editor in VB, and creating a string table. I have an asian font driver running on my PC, so I can insert the strings ( In Japanese ) and they display correctly in the resource editor boxes.
I then save the RES file and attach it to my test form, which has a few command buttons and labels.
In the form load, I use the LoadResString command and assign the captions of my buttons and labels to the strings in the RES file. Run this on my development machine and all works fine, and the buttons and labels display the Kanji / Hiragana that they are assigned.
Compile the EXE and run it on my development machine fine, but when I load it on a test machine that is running the Japanese version of Win XP, the captions for the command buttons display the Kanji and Hiragana, but the label captions all are garbage.
All of the controls are set to the same font style and size.
Any ideas?
Thanks,
Robert
I then save the RES file and attach it to my test form, which has a few command buttons and labels.
In the form load, I use the LoadResString command and assign the captions of my buttons and labels to the strings in the RES file. Run this on my development machine and all works fine, and the buttons and labels display the Kanji / Hiragana that they are assigned.
Compile the EXE and run it on my development machine fine, but when I load it on a test machine that is running the Japanese version of Win XP, the captions for the command buttons display the Kanji and Hiragana, but the label captions all are garbage.
All of the controls are set to the same font style and size.
Any ideas?
Thanks,
Robert