Ashok <[EMAIL PROTECTED]> writes:

> Hi,
> 
> Is there any way i can get a message form internet explorer into my
> python script when internet explorer completes loading a page?
> 
> _____
> ashok

One way is to use a Browser Helper Object (BHO).

Here's an old script written for old version of ctypes.  I don't
guarantee its correctness or sanity.  It shows how to hook the
BeforeNavigate2 event, but I guess the extension to NavigateComplete2
or whatever is obvious (google for those event names to find
appropriate MS docs).

http://wwwsearch.sourceforge.net/bits/bho_skel.py


John
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to