CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2004
    Posts
    21

    How to get notification for check box in CTreeCtrl ?

    I want to handle notification when i click check box in treeview, but i don't see any notification message which allows this.

    Beside this - i try to use OnClick event - but when i use method GetSelectedItem i getting wrong HTREEITEM of the item.

    Thanks for any help.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

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