Creating an animated splash screen like office 2010

后端 未结 6 1781
醉酒成梦
醉酒成梦 2021-02-19 09:10

How can I create an animated splash screen like the one in Office 2010 using C#?

6条回答
  •  我寻月下人不归
    2021-02-19 09:35

    In Winforms, the simplest way is using a PictureBox with an animated Gif on a splashscreen.

    This way allows you to spend more time on your animation than your code.

提交回复
热议问题