CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Combo Box

  1. #1
    Guest

    Combo Box

    Hello all,

    Can anyone tell me how do I change the background of combo boxes ?


    Thank you in advance.


    David


  2. #2
    Join Date
    May 1999
    Location
    India
    Posts
    98

    Re: Combo Box

    If you want to change the background color, you can do it by handling the WM_CTLCOLOR message. In case you want to enhance it further (say add icons/bitmaps) you need to make it an owner drawn control and handle the background painting yourself.


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