Fade splash screen in and out

后端 未结 4 557
失恋的感觉
失恋的感觉 2021-01-19 14:43

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

4条回答
  •  Happy的楠姐
    2021-01-19 15:05

    You can use the Opacity property for the form to alter the fade (between 0.0 and 1.0).

提交回复
热议问题