WPF 动画启动画面
是否可以在 WPF 中显示带有动画的启动屏幕。我希望我的公司名称和应用程序名称能够飞入,并且进度条会持续动画。我使用了这个例子
http://blogs.lessthandot。 com/index.php/DesktopDev/MSTech/wpf-and-the-splashscreen
尝试让我开始,但进度条没有动画?
另外,我在进度栏上设置了以下属性。 IsIn certainate =“True”
我正在使用vb.net。
谢谢, 斯帕法9
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此问题底部的我的答案:多线程启动屏幕C#?
这是 C# 语言,但它确实可以与动画的不确定进度条一起使用。
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.