Is it possible to grab a running instance of for example Word?

In VisualBasic-words: can you use 'GetObject' instead of 'CreateObject'?

The latter is done by :

$word = new Com("Word.Application")

this creates a NEW instance, however i want to get an already running
instance. Possible?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to