[python-win32] Re: IE BH object

Matthew Sherborne miracle@paradise.net.nz
Wed, 22 May 2002 18:22:10 +1200


You want GetActiveObject

http://aspn.activestate.com/ASPN/Reference/Products/ActivePython/win32com/py
thoncom__GetActiveObject_meth.html

But I've never got it working myself.

GBU
Matthew Sherborne
----- Original Message -----
From: "Michael Robin" <me@mikerobin.com>
To: "Matthew Sherborne" <miracle@paradise.net.nz>;
<python-win32@python.org>; <activepython@listserv.ActiveState.com>;
<pycom-dev@pythonpros.com>
Sent: Wednesday, May 22, 2002 4:53 PM
Subject: RE: IE BH object


> Yes, thanks - I'm doing this already.
> Note again that I want to attach to instances of
> the browser that aren't started by my application.
>
> thanks,
> mike
>
> -----Original Message-----
> From: Matthew Sherborne [mailto:miracle@paradise.net.nz]
> Sent: Tuesday, May 21, 2002 7:13 PM
> To: me@mikerobin.com; python-win32@python.org;
> activepython@listserv.ActiveState.com; pycom-dev@pythonpros.com
> Cc: Michael Robin
> Subject: Re: IE BH object
>
>
> PythonCOM from activestate allows you to get the IE Document COM object
and
> this acts like a DOM.
>
> http://aspn.activestate.com/ASPN/Mail/Message/activepython/1014204
>
> GBU
> Matthew Sherborne
>
>
>
>
>