
Signature
Richard Lewis Haggard
www.Haggard-And-Associates.com
You will need to use IDragSourceHelper and IDropTargtHelper. See their docs
in MSDN.
Alternatively, if you don't mind a commercial component, take a look at
Shell MegaPack from http://www.ssware.com which does exactly what you need.
> Environment: VS05, C#
>
[quoted text clipped - 6 lines]
> will still be visible in other controls? Better yet, visible when off the
> application's client area, too?
Richard Lewis Haggard - 31 May 2007 21:18 GMT
I ended up using ImageList functionality but had to put the ImageList calls
in the main application window. To do this, I had to put some communcations
channels from the child windows back up to the main app form. Works like a
champ. In this particular case, all drag and drop operations are limited to
the application with no possibility of dragging off the app.

Signature
Richard Lewis Haggard
General: www.Haggard-And-Associates.com
Please come visit here for a couple thousand good giggles!:
www.haggard-and-associates.com/Humor/humor.htm
> You will need to use IDragSourceHelper and IDropTargtHelper. See their
> docs in MSDN.
[quoted text clipped - 13 lines]
>> will still be visible in other controls? Better yet, visible when off the
>> application's client area, too?