Guest
|
Posted: Thu Feb 09, 2006 4:03 pm Post subject: refreshing a C++ program |
|
|
Hello everyone,
I have a question about Borland C++, using version 5.0. My program
performs a measurement, so when I press the Go button it takes a while
for the routine to finish. During that time, the whole program window
is frozen. If I change the caption of a label, for example, it will not
update until GoClick is done. How can I fix that so the window can be
refreshed every now and then, along with the label (which acts like a
status bar). Also, a Stop Measurement button would be nice, but that
won't be possible until the first problem is solved.
Thanks,
Marko |
|