像MS-Office启动画面一样的标签
问题描述:
与Microsoft Office Suit 2010中的背景相同,我如何设计Label在后台显示当前的任务处理.
我已经看过文章过渡标签:像Microsoft Office 2010初始屏幕",但是一无所获.
请提出建议.
honeyashu
Hi,
How can i design Label displaying current processing of tasks in background same as in Microsoft Office Suit 2010 .
I have already gone through the article "Transitional Labels : Like Microsoft office 2010 Splash Screens" but didn''t get anything.
Please suggest.
honeyashu
答
从.NET Framework 3.5开始,有一个现成的SplashScreen-Class.
MSDN:
http://msdn.microsoft.com/zh- US/library/system.windows.splashscreen%28v = vs.100%29.aspx [ http://crazorsharp.blogspot.de/2009/06/creating- splash-screen-in-net-with.html [ ^ ]
如何在显示SplashScreen的同时进行应用程序初始化 [ ^ ]
问候
Hi,
Since .NET Framework 3.5, there''s a ready-to-use SplashScreen-Class.
MSDN:
http://msdn.microsoft.com/en-US/library/system.windows.splashscreen%28v=vs.100%29.aspx[^]
You can also display status messages in SC like this examples do it:
http://crazorsharp.blogspot.de/2009/06/creating-splash-screen-in-net-with.html[^]
How to do Application Initialization while showing a SplashScreen[^]
Regards