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

Threaded View

  1. #1
    Join Date
    Nov 2001
    Posts
    251

    Ctreectrl problem

    I have an odd problem involving Ctreectrl. When I add the TVS_DISABLEDRAGDROP flag to my
    Ctreectrl creation, OnLButtonUp gets called as expected. But, when I remove it,
    OnLButtonUp doesn't get called anymore.

    More specifically, OnLButtonUp works, but only after a drag and drop operation.
    It no longer works for checked boxes.

    Is there some buried MFC function that steals it, when drag and drop is enabled?
    How do I get it back for checked boxes?
    Last edited by Syslock; December 14th, 2010 at 11:43 PM.

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