Click here to Skip to main content
15,883,796 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Iam on a project I want to load the logo and Name of my Organisation when we start the application but it should be only for 2 seconds I tried to do some stuff in app and also in program.cs
Its a desktop project this picture has to load before going to login page can anyone help me considering as a beginner
Posted
Comments
BillWoodruff 9-Oct-11 17:41pm    
Is it okay if displaying the picture stops the process of loading the log-in page for 2 seconds ?

If yes, that's one solution; if no, then you want to implement 'TheAnil's suggested solution strategy.
SREENATH GANGA 10-Oct-11 23:34pm    
sure if its only 2 seconds no prblm sir

1 solution

with the help of background worker you can do this.
while your program loads your logo will be shown.

this will hekp you understand background worker
http://www.dotnetperls.com/backgroundworker[^]
 
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