georgepatotk
Contributor
I am writing my program using VB.Net and Microsoft Access Databases under Windows XP.
My program is to display chinese charaters from Access and suppose it is in Unicode format since I am doing it in Windows Xp and by using IME. (The data are all stored before deployment. In other word, data was pre-entered). My program is used for viewing purposes only.
For deployment, it works perfectly under Windows XP. But, things are out of control when I install the system into Windows 98/ME. Some of the chinese characters are not able to be viewed. Why I said "some"? Because the Chinese Characters can be view in ListBox, TextBox, Messagebox, and ComboBox. But, it doesn't able to be viewed with Label, Button and some other controls.
Primary question:
So, hope you can get a better picture of my problem. What I want to know is on how to make the Labels, Buttons to view those chinese characters.
Supplementary question:
Why textbox, Listbox can view, but, Label Button cannot view?
My program is to display chinese charaters from Access and suppose it is in Unicode format since I am doing it in Windows Xp and by using IME. (The data are all stored before deployment. In other word, data was pre-entered). My program is used for viewing purposes only.
For deployment, it works perfectly under Windows XP. But, things are out of control when I install the system into Windows 98/ME. Some of the chinese characters are not able to be viewed. Why I said "some"? Because the Chinese Characters can be view in ListBox, TextBox, Messagebox, and ComboBox. But, it doesn't able to be viewed with Label, Button and some other controls.
Primary question:
So, hope you can get a better picture of my problem. What I want to know is on how to make the Labels, Buttons to view those chinese characters.
Supplementary question:
Why textbox, Listbox can view, but, Label Button cannot view?