curiosity
curiosity

Reputation: 1233

clipboard in silverlight

I was searching for how to implement clipboard in silverlight.

I used this link for designing clipboard.

http://www.jeff.wilcox.name/2008/05/clipboard-access/

But it shows error on this line:

HtmlPage.Window.Alert(HostNoClipboard);

and

(ScriptObject)HtmlPage.Window.GetProperty("clipboardData");

throws null always

Upvotes: 1

Views: 272

Answers (2)

user545619
user545619

Reputation:

follow the link provided below

Clipboard Support in Silverlight

Upvotes: 0

Related Questions