[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

AW: Unable to open Internet Explorer instance

Michael Dichtl

7/5/2007 11:14:00 AM

Hello!

Try: @ie.Visible

Ciao ciao

-----Ursprüngliche Nachricht-----
Von: list-bounce@example.com [mailto:list-bounce@example.com] Im Auftrag von
Vani Kulkarni
Gesendet: Donnerstag, 05. Juli 2007 13:11
An: ruby-talk ML
Betreff: Unable to open Internet Explorer instance

Hello all,

I am trying to open an instance of Internet Explorer using the following
code:

require 'win32ole'
@ie = WIN32OLE.new('InternetExplorer.Application')


When I run this code, its runs successfully without any errors, but I do
not see any internet explorer window opened. When I check my task
manager, it does show iexplore.exe process running.

Can anyone suggest where am I going wrong?

Thanks,
Vani Kulkarni

--
Posted via http://www.ruby-....



1 Answer

Vani Kulkarni

7/5/2007 11:49:00 AM

0

Thanks so much!!

Vani Kulkarni