Hi, I have an application which controls a 2nd application via a Scriptcontrol. Using the ScriptControl I launch a rather lengthy operation from the application which I wrote. This works successfully however my application screen freezes for the duration of the operation I have launched.
How can I keep my application GUI alive? I thought that I could launch the lengthy operation via a thread but than the function that launched it would keep running and it would crash as it uses the results from the operation. Also I have no way of knowing that the operation I launched is running. How can I solve this problem? Thanks very much, Regards Joseph
