A
Andreas Zita
Hello!
How can I get the image src url when dragging an image from a html-page (IE)
to a windows form?
I know how to get the url when dragging a href url using
data.GetDataPresent("UniformResourceLocator") etc but this isn't working
when dragging an image. I could encapsulate the image-tag with a anchor-tag
with the correct href to get the url but I can't use this method in my case.
When dragging a image without any encapsulating anchor-tag Internet Explorer
seems to dragdrop the entire image data(?) But how can I get the src url?
/Andreas Zita
How can I get the image src url when dragging an image from a html-page (IE)
to a windows form?
I know how to get the url when dragging a href url using
data.GetDataPresent("UniformResourceLocator") etc but this isn't working
when dragging an image. I could encapsulate the image-tag with a anchor-tag
with the correct href to get the url but I can't use this method in my case.
When dragging a image without any encapsulating anchor-tag Internet Explorer
seems to dragdrop the entire image data(?) But how can I get the src url?
/Andreas Zita