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

    Using SetCheck in CTreeCtrl

    I'm using SetCheck() in my CTreeCtrl. And I call a function in OnInitDlg that sets the checkmark. The return value from SetCheck is 1. But when the dialog shows there are no checkmarks in the squares. When I call the same function by pressing a Button after the window is shown, the check marks are there. Does any one have an idea what causes this problem.
    //joakimf


  2. #2
    Join Date
    Nov 2003
    Location
    Bangalore
    Posts
    97

    Re:Using SetCheck in CTreeCtrl

    A little progress every day.... adds upto BIG results !

  3. #3
    Join Date
    Nov 2003
    Location
    Bangalore
    Posts
    97

    Re:Using SetCheck in CTreeCtrl

    Hi,

    Please try this link

    http://www.codeguru.com/forum/showth...eCtrl+SetCheck

    With Regards
    Prakash
    A little progress every day.... adds upto BIG results !

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