I\'m looking for an effective way to notify the user that a given form is currently loading (or updating) it\'s UI and it will take few seconds.
This may occurs at i
My recommended solution is to set the forms opacity to near invisible say 0.01 before initializing the components. Then create a form with the same size and position and place either a progress bar, or marquee on this form.. After the initialization of the main form, set it's opacity to full and dispose of the marquee form.