|
-
March 6th, 2007, 06:30 AM
#1
Identifying PID of
I use word automation and open a new word instance which opens a given document.
Like that:
Dim oDoc As Word.Document
Dim oWord As New Word.Application
oWord.Visible = False
oDoc = oWord.Documents.Open(srcName)
I need to identify the PID (process ID) of the newly created word instance.
It seems that it isn't a son process of the process which called it.
How can I find its PID?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|