开发者

Display loading animation while starting up a form in VB .NET

开发者 https://www.devze.com 2022-12-14 01:22 出处:网络
I understand this might be asked before : Show a loading screen in vb.net But any开发者_运维知识库one can provide me something like :

I understand this might be asked before :

Show a loading screen in vb.net

But any开发者_运维知识库one can provide me something like :

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

In this case I can fire (Show Loading Screen) anywhere in the form I want,

Like

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


I seem to have found the answer.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消