Re: [python-win32] How to get IWebBrowser2 from a HWND

2008-07-21 Thread salvatore ventura
and ctypes. I think I am mixing them up in my code and concepts still... thanks again, .salvo --- Ven 18/7/08, Mark Hammond <[EMAIL PROTECTED]> ha scritto: > Da: Mark Hammond <[EMAIL PROTECTED]> > Oggetto: RE: [python-win32] How to get IWebBrowser2 from a HWND > A: "&#

Re: [python-win32] How to get IWebBrowser2 from a HWND

2008-07-12 Thread salvatore ventura
E: [python-win32] How to get IWebBrowser2 from a HWND > A: "'salvatore ventura'" <[EMAIL PROTECTED]>, python-win32@python.org > Data: Giovedì 10 luglio 2008, 23:53 > > # ... and the IWebBrowser2: > > ie = > pIServiceProvider.QueryService(IWebBrowserApp._i

[python-win32] How to get IWebBrowser2 from a HWND

2008-07-10 Thread salvatore ventura
Hi, I am trying to get the IWebBrowser2 object from the HWND of an open IE window. I have seen this topic covered in many languages, and I am following the same steps, but in python, yet I am hitting a wall that I can't figure how to break... So, yes, I have been 'googling', browsing and test