Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Controls
  New Posts New Posts RSS Feed - Problems with CXTShellListBase and friends
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Problems with CXTShellListBase and friends

 Post Reply Post Reply
Author
Message
JerryEvans View Drop Down
Groupie
Groupie
Avatar

Joined: 01 May 2008
Location: United Kingdom
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote JerryEvans Quote  Post ReplyReply Direct Link To This Post Topic: Problems with CXTShellListBase and friends
    Posted: 08 June 2008 at 1:41pm
Drag/drop does not seem to work correctly.

CXTShellListBase::OnDragDrop() contains a comment about registering a clipboard format to prevent a user dropping files onto the source window.

1. This is silly as it stops drag/drop in a multi-file view scenario.
2. I cannot see where WM_DRAGENTER/WM_DRAGOVER/etc are handled. Is this being done by the Windows ListCtrl ? I ask as dragging files from a shelllistview window shows the usual drop target cursor and not the 'Do not enter' icon.
3. If I want to get some control over the implementation is it best to use the List and embed it in my own view so I can correctly intercept the drag+drop messages as I need?
4. If no selection is made in the shell list view then the context menu only contains 'New' and 'Properties'. What happened to the clipboard if I copied beforehand?

Thx

Jerry
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.