Hi All,
I have a form loading issue with my application.My application is containing 15 forms. and in each forms there are 25 to 30 controls. whenever I start my application exe it is taking 20 seconds to start the Main MDI form. After that When I start any child form it is taking almost 20 seconds to start the form. But once it is loaded first time, When i start it second time it loads faster. So what to do to avoid the delay of first time loading.
Ankit ShahPosted Mar 2, 2009, 7:23 AM
Hi , thanks for replying me.
actually i have 25 forms and all are child forms of MDI form so whenever i open one form after another it gives jurk to the screen and i can see one form is coming forward and other form is going back..
is there any solution to reduce this jurk.
Vimal KandasamyPosted Mar 2, 2009, 2:40 AM
Hi,
loading delay is based on your program size and system configuration.Thats a time taken to load your program into memory. to reduce loading time you have to remove some unnecessary components from your program to reduce its size and remove unnecessary loops to reduce processing time.then only it will load & work faster.