I created an object with CreateObject. After I am through with it I cannot close it, It continues running in the background and pops back up after some time. I have set the object = nothing and used WM_CLOSE API call to close the window, but the thread keeps coming back.
How do I close this process and keep it closed?

Thanks,

Joe