Click here to Skip to main content
15,918,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
i am done one project in C# and access db.when i run my project it takes more time to open the forms. why they takes more time to show.Give solution ....
Posted
Comments
OriginalGriff 2-Sep-12 2:20am    
We can't from that information.
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.

1 solution

Try to profile the opening-process to pinpoint the bottleneck.

Simple solution would be using a the debug-screen to display the time between entering a method and leaving it...

But if you could give a little bit more information, we could possibly think of a better hint to give.
 
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