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

    Put Check Box in CListCtrl in row other than the first column

    Hi All,

    Is there a way to put a check box in a CListCtrl other than the first column.

    I need to have a check box in the first and third column.

    If there is a way to do this, can you capture the click event of each check box independent of the other.

    It's a weird requirement that I am trying to follow.

    Thanks everyone,

    Greg

  2. #2
    Join Date
    Aug 2009
    Posts
    78

    Re: Put Check Box in CListCtrl in row other than the first column

    Yes there is a way.
    You can use the class CXListCtrl that provides all the manipulates on the CListCtrl .
    You can see a sample project here :

    http://www.codeproject.com/KB/list/xlistctrl.aspx

  3. #3
    Join Date
    Sep 2003
    Posts
    73

    Re: Put Check Box in CListCtrl in row other than the first column

    Thanks so much!

    This is just what I am looking for.

    I will give it a try.

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