Questions tagged [out-of-browser]

A general term describing applications which use client side web-standard technologies to create a desktop application. Synonyms include [tag:RIA].

A general term describing applications which use client side web-standard technologies to create a desktop application. Synonyms include .

Typically, these applications use technologies normally employed within websites, such as HTML and JavaScript. They could be used via a browser instance, but due to requirements (desire, design, offline access, etc.) are developed so that they can be used without the need of the browser. They typically offer better cross-platform support than typical desktop development environments.

Examples of web technologies used outside of a browser include Microsoft's Silverlight and Compiled HTML Help, Adobe Air, and JavaFX.

153 questions
0
votes
1 answer

How to manage cookie in silverlight out-of-browser application

I have a out-of-browser application where I store some values in the cookie but on application exit it deletes all the cookie values. So anyone can help me on this.I need the cookie values again the aaplication lunched in out-of-browser mode. I have…
Chitta
  • 185
  • 2
  • 15
0
votes
1 answer

How to open a Xaml page in a separate window Other than MainPage.Xaml

All the below functionality should be worked in Out-of-Browser mode. On start of my project there is login page after login in the MainPage.xaml there is a button,on click of this button a new page should be opened with WebBrowser control in the…
Chitta
  • 185
  • 2
  • 15
-1
votes
1 answer

How to get xml file from server in OOB Application using web client method

I am using Out of Browser Application in silverlight. I have problem while loading xml file usine below mentioned code. string contentUri = Application.Current.Host.Source .AbsoluteUri; var contentUri1 = contentUri.Substring(0,…
Dhaval Patel
  • 7,471
  • 6
  • 37
  • 70
1 2 3
10
11