Forms are slow to paint

G

Guest

I have a simple form with only a few controls on it. The problem is that you
can basically watch the form paint. I know the first time it runs it must
JIT the form, but other loads have the same problem. It paints faster but
you can still watch the form draw each section.

There is no data access on this form all it is doing is drawing a few simple
controls. Is there any way to stop this from happening. To not display the
form until everything is drawn?

Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top