I have created an activeX dll which my app calls periodically, all well and good. The problem is that the app sits and waits for the dll to complete it execution before continuing.
What can I do to stop the app from waiting for the dll and just carry on?
