forms - Welcome loading on c# -


i´m making program using c# , it´s on , thinking interesting include welcome form load 5 seconds showing name of program , other stuff... in microsoft word...

enter image description here

but i'm not sure how this. advice please....

if using wpf use system.windows.splashscreen object.

in winforms, it's bit harder, use example located here started.

keep in mind, splash screen meant cases when application takes while load user feel happening. if you're going delay application load 5 seconds, you're degrading experience users. 5 seconds long time ...


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -