Welcome to WindowsClient.net | My Blog | Sign in | Join

Windows Client Videos

How Do I: Create a Splash Screen in WPF

The use of splash screens to improve the perceived startup performance of an application has been common for many years and across multiple technologies. In .NET 3.5 SP1, a new class was included to make adding a splash screen in a WPF application much easier. In this video, Todd Miranda demonstrates how to add a splash screen to your WPF application.

Author: Todd Miranda

Comments

mrUmka said:

It is not professional approach. No body will store files from obj folder in VCS to hold/make splash screen workable. Also Team Foundation Server do not allow store files from bin or obj folders in the Version Control repository.

I think MS require find another one way how to do make Splash screen.

Sorry about so strong meaning.

# December 6, 2008 11:11 AM

stefanolson said:

There are a number of problems with the WPF splash screen.  I have described some of them here along with a solution using native code:

www.olsonsoft.com/.../A-better-WPF-splash-screen.aspx

I'm not sure if it will help with your VCS issues though.

...Stefan

# December 6, 2008 1:03 PM