Hi,

When my forms show up (i.e. visible set to true), they show up immediatly
while their components (labels etc...) are still being displayed.
This gives the application a very unprofessional feeling. I would like to
know if there's a command to fix that.
I would like my components (forms, panels) to not show up until everything
in them is processed and ready to be displayed.

Thanks in advance for any help!

Ana L.

Re: Preventing forms from showing up before their layout is completed by hirf-spam-me-here

hirf-spam-me-here
Mon Jun 21 12:46:20 CDT 2004

* "Ana Lindt" <ana.lindt@tukal.com> scripsit:
> When my forms show up (i.e. visible set to true), they show up immediatly
> while their components (labels etc...) are still being displayed.
> This gives the application a very unprofessional feeling. I would like to
> know if there's a command to fix that.
> I would like my components (forms, panels) to not show up until everything
> in them is processed and ready to be displayed.

Do you use a huge number of controls?

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Re: Preventing forms from showing up before their layout is completed by Ana

Ana
Mon Jun 21 17:02:27 CDT 2004

Hi Herfried,

Well I don't know what do you mean exactly by huge, but the panel i'm
setting to visible for instance has four panels inside it, with about 3 to 4
controls in each one.

Ana L.

"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:2jolj3F13po6oU6@uni-berlin.de...
> * "Ana Lindt" <ana.lindt@tukal.com> scripsit:
> > When my forms show up (i.e. visible set to true), they show up
immediatly
> > while their components (labels etc...) are still being displayed.
> > This gives the application a very unprofessional feeling. I would like
to
> > know if there's a command to fix that.
> > I would like my components (forms, panels) to not show up until
everything
> > in them is processed and ready to be displayed.
>
> Do you use a huge number of controls?
>
> --
> Herfried K. Wagner [MVP]
> <URL:http://dotnet.mvps.org/>