Embed Mozilla ActiveX Browser Control or MSIE the easy WAY!

sukhpalsingh at hotmail.com sukhpalsingh at hotmail.com
Thu Mar 23 00:48:05 EST 2006


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!




More information about the Python-list mailing list