A
Alexei
I have a form with more than 300 controls. The very first loading of
this form is relatively slow in C# (about 10-15 sec).
What is the best practice to accelerate form loading in C#? Do you
have some kind of preloading?
I have many tabs on this form . Can I load tab pages separately?
(When I show the first tab, I am loading the second one in a
background)?
Any ideas would be helpfull,
thank you, Alexei.
this form is relatively slow in C# (about 10-15 sec).
What is the best practice to accelerate form loading in C#? Do you
have some kind of preloading?
I have many tabs on this form . Can I load tab pages separately?
(When I show the first tab, I am loading the second one in a
background)?
Any ideas would be helpfull,
thank you, Alexei.