-
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
-
This may help...maybe
-
No, It's not a form
This is not a form but an object. I set it to nothing and it actually closes but keeps coming back like a bad dream everytime I close it.
Joe
-
hmmm like a nightmare you say?? that's pretty strange, what's in the Object then (IE: what does it do? did you create it yourself?)
-
It's a fax job. When I create the faxserver object and fax status they get set to nothing. Only the faxjob object continues to run. When I run it in debug you can see the others set to nothing and you do not see anything when the mouse in over the faxjob object. This seems to happen when the fax is unsuccessful.
Thanks,
Joe
-
I Have to change the status of the faxjob to stop the process.
Thanks,
Joe