Windows Develop Bookmark and Share   
 index > Windows Forms General > Winforms how to create pop-up logo?
 

Winforms how to create pop-up logo?

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
Hello Derek,

Just add some more information apart from Sheng. In VB.Net, it is very easy to add a splash screen.
http://msdn.microsoft.com/en-us/library/bfkbc5a3.aspx

In C#, here is a sample
http://www.codeproject.com/KB/cs/prettygoodsplashscreen.aspx

Thanks,
Rong-Chun Zhang
MSDN Subscriber Support in Forum
If you have any feedback on our support, please contact msdnmg@microsoft.com

Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
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.
nobugz  Thursday, October 01, 2009 11:45 AM

You can use google to search for other answers

Custom Search

More Threads

• Not familiar enough with c# syntax yet and need some help with screen resolution functions
• How to create an EDITABLE datagridviewcombobox?
• How to set proxy?
• Drawing a blurred shadow
• user control covers image in picture Box
• Help Button Headache
• app.path ?
• 3 Questions for Experts
• problem with WebBrowser control
• GDI+ invalidate artifacts