
This sample demonstrates how to display a splash screen and perform initial application processing using a BackgroundWorker, using a background thread.
A background thread can create new Pictures, as long as they are not displayed using that thread. In this sample the background thread creates a new Picture and simulates doing some work, then terminates and the new Picture is displayed in a new Form.
Splash screen sample source code