Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Dragging and dropping files from File Explorer on to my application's ListView

1 view
Skip to first unread message

Billy

unread,
Jul 17, 2009, 10:55:11 AM7/17/09
to
Hi,

Does anyone know the secret to doing this? When I try it I don't even
get a stop on my DragEnter, DragOver, DragLeave or of course DragDrop
breakpoints.

I have of course set the control's AllowDrop property to true, and I
'wired' the handlers by using the Events list from the ListView's
property pages.

Can anyone please provide me with a link or a working sample code please?

--
Thanks

Billy

Ben Voigt [C++ MVP]

unread,
Jul 21, 2009, 1:08:00 PM7/21/09
to
"Billy" <vo...@pointer.co.uk> wrote in message
news:OemdnfFZyZdIDf3X...@bt.com...

You're wanting to participate in shell drag-and-drop, which is a very
different beast than OLE drag-and-drop.

Start here: http://msdn.microsoft.com/en-us/library/bb776406(VS.85).aspx

> --
> Thanks
>
> Billy

G Himangi

unread,
Jul 23, 2009, 6:53:55 AM7/23/09
to
Are you looking for something like this :
http://www.ssware.com/fileview/fileview.htm

"Billy" <vo...@pointer.co.uk> wrote in message
news:OemdnfFZyZdIDf3X...@bt.com...

0 new messages