thread & GUI issue...

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

in my application I've lot of Form, with lots of controls, etc...\each of
them takink roughly about (from a subjective point of view) maybe 0.5~1
second to be instanciated.

to speed he application later, I load them on startup.
but, then, I have slow start-up.

I was thinking to create the form in an other thread.
but I'm afraid there is a story of thread ownership or something, and later
on when I would use my controls I would have slow down...

Does any one knows ?
 
Back
Top