G
Guest
Hi,
My main form, that has lots of controls on it, and when my application
starts up I can see them all being drawn, which looks bad.
So I put a splash form in my project, and want to hide the main form until
its down all its work, and the .show it.
I put a me.hide in the form_load event to be the first command, but it seems
that the form is shown before the load event is fired as the form quick
flashes and then hides.
I put a me.hide into the main form new event before the initalisecomponents
command, but it seems to do nothing.
Where(or how) is the best way to hide the main from, so that it has drawn
all its controls etc, before showing it to the user
Thanks
My main form, that has lots of controls on it, and when my application
starts up I can see them all being drawn, which looks bad.
So I put a splash form in my project, and want to hide the main form until
its down all its work, and the .show it.
I put a me.hide in the form_load event to be the first command, but it seems
that the form is shown before the load event is fired as the form quick
flashes and then hides.
I put a me.hide into the main form new event before the initalisecomponents
command, but it seems to do nothing.
Where(or how) is the best way to hide the main from, so that it has drawn
all its controls etc, before showing it to the user
Thanks