S
SDecou
I have written a COM object that I am calling from a separate VB.net project.
I am calling the DLL by using "Call myClass". I need to know when the DLL
has finished processing before it returns to the main project to run more
code. Do I need to use threads? Is there an example that will lead me in
the right direction?
I am calling the DLL by using "Call myClass". I need to know when the DLL
has finished processing before it returns to the main project to run more
code. Do I need to use threads? Is there an example that will lead me in
the right direction?