When the user opens a winforms application I'd like to create a pop-up with a logo that disappears after say 10 seconds. Think of this pop-up like an advertisement for branding purposes. Is this possible?
www.infusion.com -
Infusion Development
Derek Chan Old Wednesday, September 30, 2009 9:07 PM
It is called splash screen. search "Splash screen" in this forum to see how others are doing it.
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVP
Sheng Jiang 蒋晟 Wednesday, September 30, 2009 10:31 PM
Rong-Chun Zhang Thursday, October 01, 2009 10:29 AM
The .NET framework already has good support for splash screens, avoid coding your own. They are tricky to get right. Check this thread for the required C# code. Hans Passant.