CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #3
    Join Date
    Nov 2001
    Posts
    251

    Re: Ctreectrl problem

    edited:
    My Ctreectrl has imagelist icons that look like checkboxes, but it doesn't use the TVS_CHECKBOXES flag.
    It gets checked when OnLButtonUp is called.

    But, this functionality is broken when drag and drop is enabled. The call to OnLButtonUp goes missing,
    and MFC is apparently to blame.
    Last edited by Syslock; December 15th, 2010 at 09:23 AM.

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