WPF animated splash screen

若如初见. 提交于 2019-12-13 13:33:09

问题


Is it possible to show a splash screen in WPF that has animation. I want my name of the company and the name of the application to fly in and a progress bar that continously animates. I Used this example

http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/wpf-and-the-splashscreen

to try and get me started but the progress bar doesnt animate?

Also I do have on the progress bar the following property set. IsIndeterminate="True"

I am using vb.net.

Thanks, spafa9


回答1:


See my answer at the bottom of this question: Multi-threaded splash screen in C#?

This is in C#, but it does work with an animated indeterminate progress bar.



来源:https://stackoverflow.com/questions/3677653/wpf-animated-splash-screen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!