Problems with CXTShellListBase and friends |
Post Reply |
Author | |
JerryEvans
Groupie Joined: 01 May 2008 Location: United Kingdom Status: Offline Points: 39 |
Post Options
Thanks(0)
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |