Drag/Drop from Opera

  • Thread starter Thread starter JezB
  • Start date Start date
J

JezB

I've implemented a standard drag/drop mechanism into my form so that the
user can drag in an image from a web browser. This works fine for the
standard browsers, but is there any reason why this wouldn't work for Opera
? And if so is there a workaround ?
 
You will have to find out which data format is used by Opera to transfer
image data during drag-drop (or even whether it does support this scenario).
You can use ClipSpy for this purpose - search for ClipSpy on Google

---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : Drop-In Explorer GUI Controls For Your Apps (.Net & ActiveX
Editions Available)
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions rapidly in .Net
 
Back
Top