Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a project. In this projet have large code. At the form load time it take more time. that's why its not look good. I used many panel in this project. and these panel take some time for load.. this is not feel good at load time.
How can i handle all these thus all panel will not visible until all Loading complete
Posted
Updated 27-Jun-12 0:58am
v3
Comments
Tim Corey 26-Jun-12 15:28pm    
It is difficult to know what you are asking for here. First, what are you designing your system in (WinForms, WPF, ASP.NET)? This will change our answer dramatically. Second, what do you want to accomplish that you aren't able to do now? Do you want to show the page and have it be responsive before the panels load? Do you want a "Please wait" message to show until everything is loaded? What is the end goal you are trying to accomplish?
jeetveer 26-Jun-12 15:46pm    
I am designing system in WindowFormApplication. I face this problem when I first time start this system. there after it works normaly.. I want a solution like Adobe photoshop, MSword etc. take loading when it first time started.?
After the Loading completed. It will work normaly
Tim Corey 26-Jun-12 15:50pm    
I'm still not understanding what you mean. What do Photoshop and Word do that you like? Is it that they show a splash screen until they are loaded?
jeetveer 26-Jun-12 15:58pm    
yes I want this type solution or similar but on low level

I would recommend using this article as the starting point:

A Pretty Good Splash Screen in C#[^]

You will need to update it to fit in today's architecture, but this shows how you could implement an intelligent splash screen that lets your application load in the background while it displays information to the user.
 
Share this answer
 
buddy just clear all the temporary memory n history or u use Ccleaner to do it automatically.. hope somewhat your page loading will be better than before..
 
Share this answer
 
Comments
jeetveer 26-Jun-12 15:52pm    
sorry, But it's not like that problem

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