Hello,

Well my application is 37 KB size, but when i start the program it took like 10-15 sec to startup, is there a way or code to make my applications run fast and fresh?

Recommended Answers

All 2 Replies

it may be because of the processing needed before the form shows up
or excessive designing or IO operations, gimme some details

AnkitGuru is correct.
I would add a ProgressBar to your Form, have Me.Show() in your main.Form's load event just prior to running all neccesary code that makes your app.tick, and would add a value here and there to the ProgressBar throughout that code.
.ProgressBar just makes it more user friendly and notifies the user that sh.t is working, just loading up and not stalling.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.