CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Location
    Pune, INDIA
    Posts
    128

    Question Problem of a List control?

    Hi,
    I am currently working on CListCtrl which is showing me all the files and folders of my hard drive. All I need is when I check any one file of a folder then that file's parent folder should be checked as semichecked untill all its files are all checked or unchecked.
    How can I implement this three check states in my List control?

  2. #2
    Join Date
    Aug 2008
    Posts
    373

    Re: Problem of a List control?

    use
    Code:
    CCheckListBox

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