Thanks Tim and Mark. I appreciate your help. BTW Mark, I'm the same
Richard Bell you helped in this area about a year ago and worked on the IE
examples in the current distribution.
Tim Roberts wrote
|Yes, that's right. I didn't see your earlier post. When did you send
|that?
It was sent on
Richard Bell wrote:
> Here is some example code:
>
> --- code ---
> # test events WITHOUT a message pump
> import win32com.client
>
> class events():
> def OnVisible(self, vis):
> print 'OnVisible is:', vis
> def OnBeforeNavigate2(self,pDisp,url,flags,
> ta