J
Joe
in my Class1 Form:
Dim objPDFDistiller = CreateObject("PdfDistiller.PdfDistiller.1")
in my Form1_FormClosed (main form that I am closing)
System.Runtime.InteropServices.Marshal.ReleaseComObject(objPDFDistiller)
objPDFDistiller = Nothing
Form1_FormClosed is closing any other instances like Word, release
ODBC, etc, but I have no idea how to kill acrodist.exe
Any ideas?
Dim objPDFDistiller = CreateObject("PdfDistiller.PdfDistiller.1")
in my Form1_FormClosed (main form that I am closing)
System.Runtime.InteropServices.Marshal.ReleaseComObject(objPDFDistiller)
objPDFDistiller = Nothing
Form1_FormClosed is closing any other instances like Word, release
ODBC, etc, but I have no idea how to kill acrodist.exe
Any ideas?