DCSIMG
Splash Screen - Janiv Ratson's Blog

Janiv Ratson's Blog

.NET (especially WPF) and Technologies issues I have time to cover

על הבלוג

These postings are provided "AS IS" with no warranties, and confer no rights.

Janiv LinkedIn Profile

Locations of visitors to this page

My Blog Barcode

Interesting Blogs

Browse by Tags

All Tags » Splash Screen (RSS)
The Easiest Way to Add a Splash Screen to Your WPF Application
It has been a long time … WPF applications do not start immediately. When an application is being loaded, there’s a delay while the CLR initializes the .NET environment and then starts the application. Splash screens are typically used to notify the user that the application is in the process of loading. The easiest way to add a splash screen to your WPF application is to have Visual Studio 2008 SP1 or later and to follow these steps: 1. Add an image file to your project. (you can use the BMP, GIF...