Guest_imported
New member
- Jan 1, 1970
- 0
I have created a small program that carries out certain processing on a number of files. This processing takes a couple of minutes to complete. I had the bright idea of having the process output information to a listbox as it’s progressing. This I have been able to do without much difficulty. The end result is a listbox that contains usually around 2000 lines of text. So far so good.
My problem is, if during the processing I move to another application, and then attempt to come back to my program, I can’t. Or rather, I can come back to my program, but the dialog isn’t painted until it’s file processing completes. Is this due to the inherent design of Windows, or (much more likely) some failing in my code?
Any advice would be gratefully received.
Cheers.
My problem is, if during the processing I move to another application, and then attempt to come back to my program, I can’t. Or rather, I can come back to my program, but the dialog isn’t painted until it’s file processing completes. Is this due to the inherent design of Windows, or (much more likely) some failing in my code?
Any advice would be gratefully received.
Cheers.