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

Threaded View

  1. #1
    Join Date
    Nov 2001
    Posts
    251

    Ctreectrl under Win7/Vista

    Under Windows XP, when you drag and drop an Ctreectrl item, it will create a ghost image of
    the item icon and text. But, I ran the same program under Windows 7/Vista, and the item text
    is missing for drag and drop. Just the icon is dragged.

    The drag image is created using CreateDragImage().

    Sample program can be downloaded here:
    http://support.microsoft.com/kb/162159

    Just wondering if anybody has experienced this problem before.

    Edit:
    Ah, nevermind.
    Last edited by Syslock; December 16th, 2010 at 01:35 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