Is it possible in Silverlight (I can use SL4 OOB if required) to copy/paste into my application? It appears I can only copy/paste text (from what I read)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is possible with Silverlight 4 but only for Unicode text (Remarks in msdn documentation). If it is enough you can read this article.
If you want different content you could try using COM object (requiers OOB, tutorial) as described here (its not for Silverlight and it’s ActiveX but idea is the same).