Morten Mosgaard
2007-09-17 09:55:55 UTC
Hi,
My project consists of a form. When I press a button on the form the
application starts some calculations, which takes maybe 200 seconds to
complete.
My problem is that when I execute the application by the .exe file after 10
seconds the form becomes grey, and I cant see any of the controls.
I have an Repaint() every 2 seconds, but it does not help anything.
How do I get the form updated, so I can see the controls while the
application is running?
Regards,
Morten
My project consists of a form. When I press a button on the form the
application starts some calculations, which takes maybe 200 seconds to
complete.
My problem is that when I execute the application by the .exe file after 10
seconds the form becomes grey, and I cant see any of the controls.
I have an Repaint() every 2 seconds, but it does not help anything.
How do I get the form updated, so I can see the controls while the
application is running?
Regards,
Morten