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

    Changing bitmap in list control

    Hi,

    I have set a bitmap image to the second column of a list control and wish to change this to another bitmap image upon mouse click. Note that only one bitmap is changed each time, and not the whole column.
    .
    Does anyone know how to do this??

    Thanks in advance.


  2. #2
    Guest

    Re: Changing bitmap in list control

    Can you tell me how to change the bitmap of a subitem in a CListCtrl ?


  3. #3
    Join Date
    Aug 1999
    Posts
    2

    Re: Bitmap in list control

    I would be grateful if anyone could tell me how to insert a bitmap into a subitem column.
    I also wish to change this bitmap to another image upon a mouse click.

    Thanks for the help.


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