I have a Silverlight OOB Application installed, and I want to send messages to this application from any 开发者_运维知识库non-silverlight desktop application (Let this application be any WinForms, or
I have a Silverlight application with some appSettings in my Web.Config file. Now I want to make it OOB, what is the best way to handle this.
How 开发者_运维知识库to check if the Windows machine is 32bit or 64bit from Silverlight OOB.I think this might work
Is it possible to execute silverlight application from mac desktop application developed using Objective - C. i.e.
Can I access Registry from Silverlight Out Of Browser, I just want to search/read the key and get key value pairs. Is this possible?
Wha开发者_如何学Ct does \"The invocation of the constructor on typethat matches the specified binding constraints threw an exception.\" mean in silverlight? Silverlight called your constructor, and yo
I created silver-light 4.0 application in that user can enter their username and password. After submit this secret data(username, password ) from SL application,
Within the browser I can use this to open a pop开发者_开发百科-up window: System.Windows.Browser.HtmlPage.Window.Navigate(new Uri(uri), \"_blank\");
In a Silverlight application that doesn\'t run in a browser, is it possible to create a new top-level window? Or at least a child window?
I\'m using the pattern Tim Heuer outlines here for my Silverlight 4 OOB installation pattern: http://timheuer.com/blog/archive/2009/08/12/silverlight-out-of-browser-force-install-pattern.aspx