Diego Pacheco
Diego Pacheco

Reputation: 193

.Net Progressbar before show form

I have a problem because my form "form1" loads during 40 secs ... so I want to create a progress bar (marquee style) before to show the form loaded.

Do yo have some special source to learn that?

Upvotes: 0

Views: 388

Answers (1)

Lee Harrison
Lee Harrison

Reputation: 2453

you'd need to load another form first that only contains a progress bar and launch your "true" application after that. It's up to you to decide how you want your "true" application window to report loading progress back to your loading window. You could just use a "dumb" progress bar to show something is happening if that's acceptable to your users.

Upvotes: 1

Related Questions