Results 1 to 1 of 1

Thread: Creating Desktop apps with Silverlight

  1. #1
    Join Date
    Jun 2009
    Posts
    88
    Rep Power
    3

    Default Creating Desktop apps with Silverlight

    Implementation

    To build a Silverlight 3 based app, you need either Visual studio 2008 SP1 or Visual Web Developer Express 2008 SP1. In this implementation, we have used the latter. Now to add Silverlight 3:application building capability to this IDE, download and install Silverlight 3 Beta Tools for Visual Studio.

    This will install the runtime and Silverlight 3 Beta SDK. We have used C# as programming language in this demo. Now start Visual Web Developer and create new 'Silverlight Application' project CSilverlightApplicationl '). You need a Web page to host this application, therefore Visual Web Developer Express 2008 prompts either creation of test page or a complete ASP.NET project. We created ASP.NET project named 'SilverlightApplication1.Web' in this implementation. From the solution explore open two files 'MainPage.xaml' and 'MainPage.xaml.cs'. . These are two files that define structure and logic of a Silverlight application.
    Last edited by Gaven Doeschate; 08-03-2009 at 07:37 AM.

Similar Threads

  1. Silverlight 4.0.50303 RC
    By Jadarius Hugue in forum Download Tools and Softwares
    Replies: 0
    Last Post: 03-17-2010, 12:27 PM
  2. Silverlight 3.0.40818
    By Alec Stewart in forum Download Tools and Softwares
    Replies: 0
    Last Post: 09-04-2009, 10:33 AM
  3. Create Silverlight Apps in Eclipse
    By Amberly Macgrath in forum Everything Else
    Replies: 0
    Last Post: 05-26-2009, 06:26 AM
  4. Creating Icon of ISP on Desktop
    By CALANTHA in forum General Internet Terms
    Replies: 0
    Last Post: 11-28-2008, 07:17 AM
  5. AIR Apps Bring the Web to Your Desktop
    By rendshlee in forum Applications
    Replies: 0
    Last Post: 05-16-2008, 04:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48