标签: wpf multithreading user-interface animation pleasewait
我需要在应用程序启动时创建一个“请稍候”窗口,启动动画并在应用程序更改可见性的生命周期内。我不想创建明确的新线程(也许是ThreadPool或BackgroundWorker)。 有什么想法吗?
答案 0 :(得分:3)
WPF有一个非常好的启动画面类:http://www.codeproject.com/Articles/36418/WPF-Splash-Screen.aspx
以下是快速步骤:
(来源:WPF SplashScreen implementing)