Re: [python-win32] MSHTML wrapper class and example using IWebBrowser2

2009-08-03 Thread lkcl
as promised the mshtml.py "loader", _mshtml.py "wrapper" and the experiment ie_in_win.py have been committed here: http://pyjamas.svn.sourceforge.net/viewvc/pyjamas/trunk/pyjd/ -- View this message in context: http://www.nabble.com/MSHTML-wrapper-class-and-example-using-IWebBrowser2-tp24782740p

[python-win32] MSHTML wrapper class and example using IWebBrowser2

2009-08-02 Thread lkcl
hi there, from about a dozen different sources i've managed to put together something similar to the old ctypes atl.py example. the purpose of the exercise is to create a port of pyjamas-desktop to MSHTML, and to do that, i need a GDK window in which an IWebBrowser2 COM object is the only object