I'm using VB6, and have written a simple program that lets a user enter a password before opening a folder through explorer. It works fine, but I wrote it with messages and labels in English.
I wrote this for my girlfriend who is Chinese, so I want to put the messages and labels in Chinese. But everytime I try, I only get question marks appearing.
For example, I want the password box to read "密码" instead of password. But in the label's caption property, when I try to write or even paste 密码 I just get ??. Also, when I try to write the code for a message box, and write the Chinese, I just get question marks again.
Do you think it's possible for me to write Chinese in a visual basic aplication?
I wrote this for my girlfriend who is Chinese, so I want to put the messages and labels in Chinese. But everytime I try, I only get question marks appearing.
For example, I want the password box to read "密码" instead of password. But in the label's caption property, when I try to write or even paste 密码 I just get ??. Also, when I try to write the code for a message box, and write the Chinese, I just get question marks again.
Do you think it's possible for me to write Chinese in a visual basic aplication?