[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Unable to open Internet Explorer instance

Vani Kulkarni

7/5/2007 11:11:00 AM

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-....