[2005] How to display list of languages in combo box?
How to display list of available languages with their languages?. Assume there are English,Spanish,Chinese,French languages. I wish to display the languages names in their fonts. ex. chinese language name in chinese font.
Any guidelines,code,URL will be happy.
Re: [2005] How to display list of languages in combo box?
I think you'd set the DrawMode to OwnerDrawFixed and handle the DrawItem event to draw the text of each item in a specific font.
Re: [2005] How to display list of languages in combo box?
I wish to display list of languages in a combo box.
Re: [2005] How to display list of languages in combo box?
Quote:
Originally Posted by senthilkumartd
I wish to display list of languages in a combo box.
Gee, I might not have known that except I read it in your first post. You asked for guidelines and I provided them. Feel free to read the documentation for the DrawMode and DrawItem members any time.