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

    Update checkboxes in a ListCtrl

    I have a ListCtrl with checkboxes but I can't update them ??? Example: if I have a list of items I want some of them to have checked checkboxes (without manually check them with the mouse)...

    //Dalle


  2. #2
    Join Date
    May 1999
    Posts
    318

    Re: Update checkboxes in a ListCtrl

    Use SetCheck method of the CListCtrl class (see help guidelines).

    I hope this could 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