Re: [perl-win32-gui-users] AxWindow, WebBrowser and objects

2002-10-15 Thread Laurent ROCHER
Hi Good news for you. I have upload a new version of Win32::GUI::AxWindow. This version add a new method GetOLE. This method return a Win32::OLE object on the Hosted ActiveX control. Now, you can host a webcontrol in a Win32::GUI window and control it via Win32::OLE.

Re: [perl-win32-gui-users] AxWindow, WebBrowser and objects

2002-10-15 Thread Luigino Masarati
You're great... ...Many thanks!!! Bye. Luigino Masarati OutSys snc - Original Message - From: Laurent ROCHER [EMAIL PROTECTED] To: Perl-Win32-GUI-Users@lists.sourceforge.net Sent: Tuesday, October 15, 2002 10:27 PM Subject: Re: [perl-win32-gui-users] AxWindow, WebBrowser

Re: [perl-win32-gui-users] AxWindow, WebBrowser and objects

2002-10-13 Thread Luigino Masarati
[EMAIL PROTECTED] To: Perl-Win32-GUI-Users@lists.sourceforge.net Sent: Friday, October 11, 2002 10:57 PM Subject: Re: [perl-win32-gui-users] AxWindow, WebBrowser and objects You might be able to use Win32::OLE to get the browser COM object, which in turn will give you the DOM. Take a look

[perl-win32-gui-users] AxWindow, WebBrowser and objects

2002-10-11 Thread Luigino Masarati
Hi, I'm planning to use AxWindow to host a WebBrowser Activex control for displaying dynamic text into a Win32::GUI application and I have a problem: How can I access and update the Document.body.innerHTML property in the WebBrowser object I have created? I found how to access properties,

Re: [perl-win32-gui-users] AxWindow, WebBrowser and objects

2002-10-11 Thread Laurent ROCHER
. Then (re)load it, in a webbrowser. Eventualy, you can use a DHTML Edit control for directly load HTML wihtout file. Laurent. - Original Message - From: Luigino Masarati Subject: [perl-win32-gui-users] AxWindow, WebBrowser and objects Hi, I'm planning to use AxWindow to host

Re: [perl-win32-gui-users] AxWindow, WebBrowser and objects

2002-10-11 Thread Wasserman Henry
. Eventualy, you can use a DHTML Edit control for directly load HTML wihtout file. Laurent. - Original Message - From: Luigino Masarati Subject: [perl-win32-gui-users] AxWindow, WebBrowser and objects Hi, I'm planning to use AxWindow to host a WebBrowser Activex