CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    156

    Add a icon or bitmap to list elements of CListBox control

    Hi,

    I want to display a list of users in a ListBox control in a dialog. Some are 'registered' users and other are not. To make a visual different, I want to put a bitmap or icon next to the name of a user to show his/her status. Can some one tell me is it possible and point me to an example, please please. I remember seeing a posting on this but I cannot find it again.

    Thanks in advance.

    Will


  2. #2
    Join Date
    Apr 1999
    Posts
    24

    Re: Add a icon or bitmap to list elements of CListBox control

    a. Use a list view control instead of a list box

    - or -

    b. Owner draw


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