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.
Asked
Active
Viewed 636 times
2
-
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 Answers
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:

Community
- 1
- 1

Justin Ethier
- 131,333
- 52
- 229
- 284