I am working on a prototype for Silverlight OOB application. To modularize the application either PRISM or MEF or both will be used. When a new version of the application is a开发者_如何学运维vailable
I need to check , Is the update available b开发者_如何学Cut don\'t need to download. How can I check this ?
I am working on a little Helper Application for a Silverlight 4 OOB App that can be installed to enhance the capabilities of the SL a bit (improved Clipboard Support, Global Hotkeys etc).
I\'m creating Silverlight OOB application with its own chrome (title bar, minimize, maximize buttons and so on). I\'ve implemented the resizing functionality and everything works quite good.
I\'m running a Silverlight 4 app with elevated trust out of browser and cannot rely on the DOM or host web page to shut down Silverlight. There is no App.Current.Shutdown开发者_如何学JAVA() method. Ho
Can you force Silverlight to only run Out-of-browser? EDIT: The reason I\'m asking is because a lot of Silverlight\'s functionality only works OOB. If my application depends on this I need to either
I intend to develop a screen recording software.Which is something similar to Microsoft\'s Live Meeting
I was looking at Silverlight for building a \"cross platform\" desktop application (Windows and Mac anyway), but there is one show stopper that I cannot find a workaround for. On the Mac OS, in Adobe
I have an out-of-browser app started from the Silverlight Business Application template. About 1 second after the app launches, all the content inside the application dissapears. The only detail i can
We are building for a customer an int开发者_JAVA百科ranet communication portal (which is based on SharePoint 2010, but I think this is not important).