SplashScreen splash = new SplashScreen("img.png") //splash.Show(true)表示提示圖片顯示後會自動消失,若把true改為false,提示圖片會一直顯示,直到執行splash.Close(new TimeSpan()) splash.Show(true); //從開始消失到完全不見的時間為5秒 splash.Close(new TimeSpan(0,0,5));P.S., SplashScreen只能用於顯示圖片的提示,不能做文字提示
沒有留言:
張貼留言