Insert Images in Silverlight

I want my users to be able to embed images in their Silverlight component (e.g. in a TextBox, or is there any better control for this?).

From what I read on the Internet, for security reasons, there is no access to clipboards from the code, except for using the JavaScript function, which works only with IE.

But what if a user invokes a browser command (Ctrl-V or menu) to insert data? I see that it works with text, so I wonder if I can do the same for images.

Any help was appreciated.

+3
source share
1 answer
+2

Source: https://habr.com/ru/post/1713295/


All Articles