Re: [perl-win32-gui-users] Internet explorer, AxWindow, WIN32::OLE

2004-03-30 Thread Laurent ROCHER
> Also, assuming you have ActivePerl installed, you can get the methods/properties/events > directly from the OLE > browser by going to the documentation, and scrolling down to > Win32::OLE::Browser. I would personally use the "InternetExplorer.Application" for your purpose. It's show similar stuf

RE: [perl-win32-gui-users] Internet explorer, AxWindow, WIN32::OLE

2004-03-30 Thread Frazier, Joe Jr
Also, assuming you have ActivePerl installed, you can get the methods/properties/events directly from the OLE browser by going to the documentation, and scrolling down to Win32::OLE::Browser. This is an object browser which shows whatever is in the type library for the object. Microsoft Inter

Re: [perl-win32-gui-users] Internet explorer, AxWindow, WIN32::OLE

2004-03-30 Thread Laurent ROCHER
Hi >I am playing win Internet explorer in the Win32::HUI::AxWindow and OLE. >Downloading and displaying pages looks good and easy, howevere I can not figure out >if the page has frames how do I treat these frames, means, first , how do >I know if the page has frames or not, and if it has frames, h