Results 1 to 4 of 4

Thread: [2005] How to display list of languages in combo box?

  1. #1

    Thread Starter
    Addicted Member senthilkumartd's Avatar
    Join Date
    Feb 2005
    Posts
    206

    [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.
    God has been pleased to place as a king or cobbler do the work sincerely

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Addicted Member senthilkumartd's Avatar
    Join Date
    Feb 2005
    Posts
    206

    Re: [2005] How to display list of languages in combo box?

    I wish to display list of languages in a combo box.
    God has been pleased to place as a king or cobbler do the work sincerely

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width