Reputation: 1233
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
Reputation: 5691
try this http://www.silverlight.net/learn/videos/all/accessing-global-clipboard/
Upvotes: 1