ymahmood Posted August 30, 2007 at 03:46 PM Report Posted August 30, 2007 at 03:46 PM Hi, In a MS access database i have the following word in chinese 我是中国人 The problem is when i extract it in my VB6 application it displays as ?????. can any one help. Quote
gougou Posted August 31, 2007 at 06:13 AM Report Posted August 31, 2007 at 06:13 AM I programmed a vocabulary trainer with those two programs, but that was quite a while back. The only things I can remember doing that concern characters are: a) Save forms in Unicode (I think you get that option when you click an arrow next to the save button on the save as... dialog) B) Choose the right font for labels and other controls that need to display Chinese characters. Have you tried those? Quote
ymahmood Posted September 3, 2007 at 12:13 PM Author Report Posted September 3, 2007 at 12:13 PM gougou, Got it working, The problem was the controls i was using were not unicode. Had to add MS forms 2 componants which allowed me to add the unicode compatible text box. thanks Quote
Recommended Posts
Join the conversation
You can post now and select your username and password later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.