silverlight-oob
Inter Process Communication between Silverlight OOB & Non-Silverlight Desktop Application
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[详细]
2023-03-30 15:01 分类:问答How can I have a config file for Silverlight OOB?
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.[详细]
2023-03-26 20:00 分类:问答Is64BitWindows From Silverlight OOB?
How 开发者_运维知识库to check if the Windows machine is 32bit or 64bit from Silverlight OOB.I think this might work[详细]
2023-03-25 22:54 分类:问答Executing Silverlight app from another mac desktop application
Is it possible to execute silverlight application from mac desktop application developed using Objective - C. i.e.[详细]
2023-03-25 01:00 分类:问答Access registry from Silverlight OOB
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?[详细]
2023-03-24 05:54 分类:问答What does "The invocation of the constructor on type that matches the specified binding constraints threw an exception." mean?
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[详细]
2023-03-19 11:02 分类:问答How to pass data from Silverlight OOB application to asp.net website?
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,[详细]
2023-03-19 08:21 分类:问答Browser Pop-up WIndows and Silverlight OOB
Within the browser I can use this to open a pop开发者_开发百科-up window: System.Windows.Browser.HtmlPage.Window.Navigate(new Uri(uri), \"_blank\");[详细]
2023-03-19 05:43 分类:问答New window in Silverlight out-of-browser application
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?[详细]
2023-03-13 22:20 分类:问答Silverlight Application.InstallState - Incorrect
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[详细]
2023-03-10 09:58 分类:问答