PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework Forms Preventing forms from showing up before their layout is completed

Reply

Preventing forms from showing up before their layout is completed

 
Thread Tools Rate Thread
Old 21-06-2004, 06:22 PM   #1
Ana Lindt
Guest
 
Posts: n/a
Default Preventing forms from showing up before their layout is completed


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.


  Reply With Quote
Old 21-06-2004, 06:46 PM   #2
Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
Default Re: Preventing forms from showing up before their layout is completed

* "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/>
  Reply With Quote
Old 21-06-2004, 11:02 PM   #3
Ana Lindt
Guest
 
Posts: n/a
Default Re: Preventing forms from showing up before their layout is completed

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/>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off