With this little DLL you can embed either Mozilla ActiveX Browser
Control or MSIE by just calling it's EmbedBrowser(HWND hwnd, int
i[0,1]) function. 0 = Mozilla Activex Browser Control and 1 = MSIE.

Other available methods include:
        >> UnEmbedBrowser()

        >> ResizeBrowser(HWND hwnd)
                Where hwnd is an handle to a control where the browser
control is
embedded.

        >> DisplayPage(STRING url)
                Where url is a string that contains the URL of a
location to be
displayed.

        >> DoPageActionGoBack()
        >> DoPageActionGoForward()
        >> DoPageActionRefresh()
        >> DoPageActionStop()

You can download the DLL from:

http://embedbrowser.gurugranthji.com

Thanks for your attention!

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

Reply via email to