CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2000
    Posts
    440

    Combobox and bold text

    Hello,

    Can you offer a reasonable way to make the standard list or combobox have normal and bold text at one and the same line.

  2. #2
    Join Date
    Dec 2001
    Location
    Norway
    Posts
    90
    I dont know wether its reasonable, but you will have to subclass the control to accomplish this. Subclassing isnt quite as hard as most people would like you to believe, but it is complex and experience in C/C++ is a plus.

    There are loads of tutorials on this subject on the web, including here on CodeGuru. Good luck!

  3. #3
    Join Date
    Mar 2003
    Location
    Tokyo
    Posts
    7

    Cool

    Why did you try your own control?
    It should be more easy control whatever you want .

    Good Luck !!!

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

Featured