D
davepkz
Hello,
I have a simple dialog in C#. When the user presses a button, a long
process occurs. As it goes on, I update some values in the controls on
the dialog.
However, nothing happens until the whole process is done. I tried
calling Invalidate whenver i update the on-screen values, but
presumably it's waiting until my long function is done before it
processes the Paint message.
Is there a way to tell it to flush all paint messages?
thanks
Dave
I have a simple dialog in C#. When the user presses a button, a long
process occurs. As it goes on, I update some values in the controls on
the dialog.
However, nothing happens until the whole process is done. I tried
calling Invalidate whenver i update the on-screen values, but
presumably it's waiting until my long function is done before it
processes the Paint message.
Is there a way to tell it to flush all paint messages?
thanks
Dave