Congratulations to all monthly winners of May 2013 !!! They have won INR 2900 cash and INR 27497 worth prize.
Go to DotNetFunda.com
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 34220 |  Welcome, Guest!   Register  Login
Home > Articles > Silverlight > How to convert a Silverlight application to out-of-browser application?

How to convert a Silverlight application to out-of-browser application?

Article posted by SheoNarayan on 1/10/2012 | Views: 3869 | Category: Silverlight | Level: Beginner | Points: 250 red flag

Advertisements

Advertisements
In this article, we are going to learn how to work with Out-of-browser application in Silverlight.

Out-of-browser application

Out-of-browser application is a Silverlight application that can be installed from the running Silverlight application in the browser to the local computer.

After installation, it can be run from the local machine by clicking its icon rather than launching from browser as if it is a desktop application.

This article is the continuation of my last article in Silverlight controls series, read last article here.

Get 500+ ASP.NET web development Tips & Tricks and ASP.NET Online training here.

How to convert a Silverlight application to out-of-browser application?

Any Silverlight application can be converted to Out-of-browser application by following below steps

  •  Setting Out-of-browser related application properties of the Silverlight project in Visual Studio


Clicking on Out-of-Browser Settings button opens up following icon

Settings in above dialogue box allows us to specify different icons for this application that displays when it is installed on the machine.

Clicking OK creates OutOfBrowserSettigs.xml file in the project’s Properties folder.

After setting properties, we can install the application by right clicking from the browser (run the application and right click).

Clicking on “Install……” menu gives dialogue box something like below.

Clicking on Install button, installs the application on the computer.

Clicking the icon from the Start menu runs the application like this.

To uninstall out-of-browser application, right clicking the application in the browser (run in the browser) and click on “Remove this application …” menu.

The same can be done by going to Control Panel > Programs and Features as well.

Hope this article was useful. Thanks for reading and hoping that you liked it.

Keep an eye on forth coming articles on Silverlight. To read my series of articles, click here.

Advertisements

If you like this article, subscribe to our RSS Feed. You can also subscribe via email to our Interview Questions, Codes and Forums section.

Page copy protected against web site content infringement by Copyscape
Found interesting? Add this to:



Please Sign In to vote for this post.

About Sheo Narayan

Experience:8 year(s)
Home page:http://www.snarayan.com
Member since:Tuesday, July 08, 2008
Level:HonoraryPlatinum
Status: [Microsoft_MVP] [Administrator]
Biography:Microsoft MVP, Author, Writer, Mentor & architecting applications since year 2001.

Connect me on Facebook | Twitter | LinkedIn | Blog

>> Write Response - Respond to this post and get points
Related Posts

This article will talk about 4 simple steps which will assist you to consume WCF service in a Silverlight application. It also had a simple sample source code which demonstrates all the 4 steps practically.

Silverlight 4 has the capability of accessing the COM object using the COM API. You can access any program installed in your PC using those APIs in Silverlight. You can open Notepad, Word, Excel or Outlook from Silverlight application. Here I will demonstrate you the step-by-step tutorial on opening an Microsoft Excel book followed by data sharing between the Silverlight application and the Excel Sheet. Read the Complete Article and don't forget to Vote for it. Please share your feedbacks too.

In this article we will look how we can do database operations using SilverLight. We will first try to understand why we cannot call ADO.NET directly from a silverlight application and then we will browse through 7 steps which we need to follow to do database operation from silverlight.

Silverlight provides drag and drop feature between any two silverlight controls. Assume that you have requirement list of employees loaded in one treeview control (Source) and drag one of the employee from Source to destination treeview control (selected).

This article talks about 21 important FAQ from the perspective of WPF and Silver light. Both of these technologies are connected to a certain extent. This article not only explains the theory aspect of these technologies but also shows small samples for each of them.

More ...
About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 6/20/2013 5:36:36 AM