Splash Screen and BackgroundWorker Initialization

Code samples and article discussion

Moderators: Frank Hileman, Anne Szyjan

Post Reply
User avatar
Frank Hileman
Site Admin
Posts: 1400
Joined: Sun Jul 25, 2004 8:16 pm
Location: California
Contact:

Splash Screen and BackgroundWorker Initialization

Post by Frank Hileman » Tue May 15, 2007 4:43 pm

Image

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

Post Reply