Click here to Skip to main content
15,899,937 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I am using VS2008 (.Net Frame Work 3.5),C#.net,Window form Application.

How to use SplashScreen in Window Form Application.
I am using this type of code but getting error msg.... "SplashScreen namespace or assembly not found"


SplashScreen splashScreen = new SplashScreen("SplashScreenImage.bmp");
splashScreen.Show(true);

Help will be appreciated give any suggestion or idea..........

Mukesh
Posted

Please pick one of the links,

Use SpalshScreen using C# .net[^]

Hope it helps :)
 
Share this answer
 
This is because there is AFAIK no built-in SplashScreen class.

You will have to write it yourself or use a third party Form (Example[^]).
 
Share this answer
 
Did you check the documentation[^]? Are you sure you added the reference and included the correct using statement?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900