Platform SDK Shell >> about context menu

by Yeghia Dolbakyan » Tue, 24 May 2005 04:20:14 GMT

Hi Guys

U'm relatively new in explorer extenstion programming - sorry for such a
silly question.
I've created simple extension which adds menu items to dragdrophandler, so
that when you drag selected items holding mouse right button and drop it in
some folder standard popup menu is appended by my items. The problem I have
is that I can't fidn out where thedrop operation took place. Any idea?

Regards
Yeghia




Platform SDK Shell >> about context menu

by Jim Barry » Tue, 24 May 2005 18:14:29 GMT





A drag-and-drop handler receives the ID-list of the target folder in the first parameter of the IShellExtInit::Initialize method.

--
Jim Barry, MVP for Windows SDK



Platform SDK Shell >> about context menu

by Yeghia Dolbakyan » Tue, 24 May 2005 23:14:50 GMT

Thanks a lot