本文介绍了进度条加载完成后打开一个窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好



以下是我的wpf进度条



Hi all

below is my wpf progress bar

Dim duration As New Duration(TimeSpan.FromSeconds(20))
        Dim doubleanimation As New DoubleAnimation(200.0, duration)
        PBar.BeginAnimation(ProgressBar.ValueProperty, doubleanimation)





现在请告诉我怎么打开进度条加载完成后的窗口..



Now please tell me how to open a window after the progress bar load complete..

推荐答案



这篇关于进度条加载完成后打开一个窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-21 09:08