Got drag and drop functionality working great... but how does one get
information about the source of the drag operation?

For instance, can I tell it came from an open Word document and obtain
the filename? Can I tell is came from a browser and get the URL?

Is that even possible?

-wls

Re: Getting the Dragged Source of a Drag'n'Drop Operation by Stoitcho

Stoitcho
Thu Mar 02 08:55:52 CST 2006

walt,

I don't think you can do that.


--

Stoitcho Goutsev (100)

<walt.stoneburner@gmail.com> wrote in message
news:1141224717.467074.29250@i40g2000cwc.googlegroups.com...
> Got drag and drop functionality working great... but how does one get
> information about the source of the drag operation?
>
> For instance, can I tell it came from an open Word document and obtain
> the filename? Can I tell is came from a browser and get the URL?
>
> Is that even possible?
>
> -wls
>



Re: Getting the Dragged Source of a Drag'n'Drop Operation by walt

walt
Thu Mar 02 09:48:36 CST 2006

Well, rats. I was hoping my code could at least act differently based
on where the drag'n'drop data came from. I haven't been able to find
any extra meta-data carried with the data either. That would have been
really handy.

Thanks much.
-wls