I have a function that sets up a progress dialog and does time consuming conversion. The problem is that when the function is in the middle of a conversion, if the user clicks to a different application and returns, the progress dialog will not redraw itself untill the conversion has completed. I am assuming that if I throw the conversion into a separate thread then the progress window will be able to redraw itself. Is my assumption correct? If yes, how do I setup a separate thread? I have done it in java but not c++. Please help. Thanks in advance.
[sig][/sig]
[sig][/sig]