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...
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
Post a Comment