Creating an animated splash screen like office 2010

后端 未结 6 1779
醉酒成梦
醉酒成梦 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:27

    if you want to make a dynamic animated splash screen like Office 2010 , i recommend you to use WPF and never think about WinForms to make dynamic animation with code !

    but if you are determined of using WinForms you have to be tricky , and use one of this tricks :

    • put a Flash ActiveX Object , and make your animation with Flash then link them together

    • if you are good with WPF and Silverlight you can make your animation with Silverlight and view it in a WebBrowser Control , You may also use Flash or HTML5

提交回复
热议问题