Hello.
In VBA excel has a very cool feature.
Application.ScreenUpdating = False
Application.ScreenUpdating = True
This prevents you from displaying the screen being mounted to the user and show only after everything is loaded.
I wanted something like this in C #. I have some forms with lots of controls and it's a little time consuming to load. It shows the assembly of each component.
Can you do that? Put a panel showing "Loading ..." while the form is being assembled and then enable its preview?
From now on, thank you to anyone who can help with this.
Att.