Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to display items of ComboBox in VB6, how to do this? Please help me. Thanks.
Posted

Short and best answer: get rid of VB and try to forget it as soon as you can. VB6 controls don't support Unicode. And don't even play with the idea of supporting Russian through any of the legacy encoding. It's better not to support Russian at all.

Long and ugly way: it looks like there is a number of third-part Unicode controls for VB6.

Do this: http://en.lmgtfy.com/?q=VB6+Unicode[^] to see over 2 millions of results. However, I would say — don't torture yourself.

—SA
 
Share this answer
 
v2
Comments
Espen Harlinn 10-Jul-11 13:55pm    
Good point, especially since VB 2010 Express can be downloaded fro free - my 5
Sergey Alexandrovich Kryukov 10-Jul-11 14:47pm    
Thank you, Espen.
--SA
thatraja 10-Jul-11 13:57pm    
I was expecting you because of the keyword in the question title. :)
5!
Sergey Alexandrovich Kryukov 10-Jul-11 14:46pm    
Thank you, Raja.
I more often answer about Devanagari and Persian-Arab, it looks like.
--SA
Andrewpeter 15-Jul-11 4:56am    
Thank SA, I processed it. My 5.
try this link:


www.Timosoft-Software.de

TIMOSOFT Software has the UNICODE version of VB6 controls
they are free but will accept donations if you think
it is worth it.

VB6 isn't dead yet.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900