combobox auto fill in unicode...

T

tom taol

The combobox in the userform have problem automate fill in case korean
language.

the englisth or number is working well, normally.

for example...

Private Sub UserForm_Initialize()
Me.ComboBox1.AddItem "kdo"
Me.ComboBox1.AddItem "kdpo"
Me.ComboBox1.AddItem "78"
Me.ComboBox1.AddItem "¿ì³ª¶ó"
Me.ComboBox1.AddItem "79"
Me.ComboBox1.AddItem "¿ì»ó³ª¶ó"
End Sub

following upper
In that case "k" input in the combobox1, "kdpo" has activate in blue
color in backcolor.
in that case "7" input,,, like that, the same

but "¿ì" is not.......

how can I ????



*** Sent via Developersdex http://www.developersdex.com ***
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top