Ujjwal27
Ujjwal27

Reputation: 1153

Loading Image while WPF Application Startup

How to Load an image, showing the application Start up Process ?? Please help me with Appropriate Tutorial.

Exactly what i need is when some one clicks on the Application Icon the Loading Process Image should be displayed showing the progress ???

Upvotes: 0

Views: 1445

Answers (1)

Clemens
Clemens

Reputation: 128062

You could use a SplashScreen.

From the Remarks section in SplashScreen:

Use the SplashScreen class to show an image in a startup window, or splash screen, when a WPF application starts. Call the Show method to display the splash screen. Call the Close method to close the splash screen. Specify the image to use in the SplashScreen constructor.

Upvotes: 1

Related Questions