I'm using CreateObject(progId) in Vb to create a pdfDOcument. But the problem is that after i'm done and closing the document and release, How can i shutdown the process?
How can i reference the process and know if it was already open by the user before i Created the object? and how can i kill the process if the process was not running before i created the object (pdfDocument)?
Is there better strategies than to use CreateObject()?