I want to do some file processing from a PBDLL 60 program that will take a few minutes to process. But during that time, would like the user to be able to interact with the dialog (minimize it for example). I am guessing that creating a Thread to run the file processing is the answer. If so, can anyone point me to a program example of proper Thread processing?
Thanks.
Thanks.
Comment