In a C# windows forms application. I have a splash screen with some multi-threaded processes happening in the background. What I would like to do is when I display the splas
You could use a timer to modify the Form.Opacity level.