Board index » delphi » Drag&Drop problem

Drag&Drop problem

Hi,
  I've implemented a COM object that enables Drag&Drop
the com object is used from within a BHO that is loaded by
the Explorer. I can drag what I want from the COM object( which
has GUI ) either into the explorer or another instance of the explorer.

 However when I use the same code from my Systray the drag
operation fails. It just won't drop onto the other application( say
the explorer ).  Does anyone have an idea ???

thanks in advance,
  eyal.

 

Re:Drag&Drop problem


Quote
"eyal hirsch" <eyal...@netvision.net.il> wrote:
> However when I use the same code from my Systray the drag
>operation fails. It just won't drop onto the other application( say
>the explorer ).  Does anyone have an idea ???

Search MSDN for "How to Use OLE Drag & Drop from the Taskbar Notification Area".

Other Threads