Page view counter

Silverlight Tips of the Day - Blog by Mike Snow

Game Programming with Silverlight

Silverlight Tip of the Day #87 – How to Change the Startup Class

This tip has been migrated to http://www.michaelsnow.com/2010/06/01/silverlight-tip-of-the-day-26-changing-the-startup-class/

Comments

Silverlight Tips of the Day - Blog by Mike Snow said:

The purpose of this post is to create an outline summary all the blogs from my Silverlight Tips of the

# January 23, 2009 7:21 PM

Microsoft Weblogs said:

When a Silverlight application is launched the entry point is a class that inherits from System.Windows

# January 23, 2009 7:25 PM

DotNetShoutout said:

Thank you for submitting this cool story - Trackback from DotNetShoutout

# January 25, 2009 7:47 AM

vitor_canova said:

Why did you fill Canvas properties after set to the RootVisual?

You can't do like above?

var MyCanvas = new Canvas();

MyCanvas.Width = 100;

MyCanvas.Height = 100;

this.RootVisual = MyCanvas;

There is performance difference?

# January 25, 2009 1:47 PM

Community Blogs said:

In this issue: Grant Archibald, Rob Houweling, Andrej Tozon, Dean Chalk, Ken Cox, Daniel Crenna, Bryant

# January 25, 2009 7:10 PM

Brandon Truong said:

# January 25, 2009 7:23 PM

How to Change the Startup Class « Brandontruong’s Weblog said:

Pingback from  How to Change the Startup Class « Brandontruong’s Weblog

# January 25, 2009 7:24 PM

How to Change the Startup Class « Brandontruong’s Weblog said:

Pingback from  How to Change the Startup Class « Brandontruong’s Weblog

# January 25, 2009 7:24 PM

mike.snow said:

vitor_canova - Your way works as well, no diff unless you need to keep that canvas pointer around

# January 25, 2009 11:18 PM

vitor_canova said:

Ok Mike, thank's.

# January 26, 2009 7:38 PM

Programming with Silverlight, WPF & .NET » Tip of The Day #84 - #89 How to …. said:

Pingback from  Programming with Silverlight, WPF & .NET » Tip of The Day #84 - #89 How to ….

# January 29, 2009 2:27 AM

Visual Web Developer Team Blog said:

Most Recent Posts: Tip #93 - Reading XML with Silverlight Tip #92 - How to Load Images from a Stream

# February 10, 2009 6:25 PM

NewsPeeps said:

Thank you for submitting this cool story - Trackback from NewsPeeps

# August 8, 2009 6:35 PM