November 2012
Intermediate to advanced
1114 pages
34h 42m
English
![]()
While it’s running, every WPF application is represented by an instance of the System.Windows.Application class. This class tracks all the open windows in your application, decides when your application shuts down, and fires application events that you can handle to perform initialization and cleanup.
In this chapter, you’ll explore the Application class in detail. You’ll learn how you can use it to perform tasks such as catching unhandled errors, showing a splash screen, and retrieving command-line parameters. You’ll even consider an ambitious example that uses instance handling and registered file types, allowing ...
Read now
Unlock full access