G
Guest
Hello,
I have created an application in vb.net. I want to show a chaild
form on main mdi form. Since form contains many controls it is taking too
long to get displayed completely and it also flickers. I have tried
SuspendLayout and Resume Layout methods, but was not helpful.
Can I load this form in memory and then show it(using form.show
method) so that it will be displayed in lesser time? Will it help me? How can
I load the form in memory without displaying it?
Pls. reply soon.
Thanks in advance.
--RbanBph
I have created an application in vb.net. I want to show a chaild
form on main mdi form. Since form contains many controls it is taking too
long to get displayed completely and it also flickers. I have tried
SuspendLayout and Resume Layout methods, but was not helpful.
Can I load this form in memory and then show it(using form.show
method) so that it will be displayed in lesser time? Will it help me? How can
I load the form in memory without displaying it?
Pls. reply soon.
Thanks in advance.
--RbanBph