M
Mitch
I'm having trouble with windows being left half drawn (for a while) after
the file open dialog is closed.
When the user selects a file in the file open dialog, the dialog closes and
the app starts to read the file (it takes about 5 seconds to read the file).
During the time that the app is reading the file however, the area that was
behind the file open dialog is not updated so it has a half drawn
appearance. How to I get the app window to repaint itself BEFORE it starts
the lengthy read operation. I've tried the Update and Invalidate methods,
but the problem remains.
Thanks
Mitch
the file open dialog is closed.
When the user selects a file in the file open dialog, the dialog closes and
the app starts to read the file (it takes about 5 seconds to read the file).
During the time that the app is reading the file however, the area that was
behind the file open dialog is not updated so it has a half drawn
appearance. How to I get the app window to repaint itself BEFORE it starts
the lengthy read operation. I've tried the Update and Invalidate methods,
but the problem remains.
Thanks
Mitch