2

Is it possible to drag items (e.g. images) out of a Silverlight 5 application and drop it to another target (on desktop)? Any ideas if and how this is working? I guess this would be only possbile running the application out-of-browser with elevated trust settings enabled.

Dudemeister
  • 537
  • 4
  • 9
  • I highly doubt it's possible, as Silverlight is cross-platform (official Mac OS support at least) and that kind of stuff would be very different on Windows vs Mac OS. – jv42 Mar 05 '12 at 15:43

1 Answers1

1

It looks like it is possible if you have some control over what types of platform (Windows) that your users will be using. Worst case is you may need to create a helper application - see:

I want to drag an image from a Silverlight UIElement and drop it on the users Desktop or Windows Explorer

Community
  • 1
  • 1
Justin Ethier
  • 131,333
  • 52
  • 229
  • 284