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 can use the Opacity property for the form to alter the fade (between 0.0 and 1.0).