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]
- [PHP] COM? Conover, Ryan
- Re: [PHP] COM? Richard Lynch
- Re: [PHP] COM? Tim Knip
- Tim Knip

