1

我知道这可能会被问到:

在 vb.net 中显示加载屏幕

但任何人都可以为我提供类似的东西:

' Show Loading Screen  
  --> Do anything like initializing or updating UI
' Close Loading Screen 

在这种情况下,我可以以我想要的形式在任何地方触发(显示加载屏幕),
比如

Dim LoadingScreen as New LoadingScreen
LoadingScreen.ShowLoading()
' Do things
'
'
LoadingScreen.StopLoading()  
4

1 回答 1

2

我似乎找到了答案。

http://www.codeproject.com/KB/dotnet/Yet_Another_Splash_Screen.aspx

于 2009-12-17T03:06:12.513 回答