1
Hello.
In excel VBA has a very cool feature.
Application.Screenupdating = False
Application.Screenupdating = True
This prevents showing the screen being mounted to the user and show only after all loaded.
I wanted something like this in C#. I have some forms with a lot of controls and it’s a little time-consuming to load. It keeps showing the assembly of each component.
Can you do that? Place a panel showing "Loading..." while the form is being assembled and then enable its view?
From now on, I thank anyone who can help with that.
Att.
Well, young man, if your fluffy’s that slow, there must be something wrong with him, huh? Reading your explanation, while an action occurs, another would have to be executed... I thought about the Background Worker (http://www.macoratti.net/13/07/c_backg1.htm) do you know? Get close to what you need?
– Marco Aurelio