How can I create an animated splash screen like the one in Office 2010 using C#?
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.