Sha256: a87b5f0ed550e65069d053d7e5c3ba3c1310c0327229a14bb83756b562d9169e

Contents?: true

Size: 310 Bytes

Versions: 6

Compression:

Stored size: 310 Bytes

Contents

require 'win32ole'

# Something tells me this just current browser and not specifically ie
ie = WIN32OLE.new '{c08afd90-f2a1-11d1-8455-00a0c91f3880}'
puts "VISIBLE: #{ie.visible}"
ie.Visible = TRUE  # Upper-case
puts "VISIBLE: #{ie.visible}"
sleep 1
#ie.gohome
puts "NAME: #{ie.name}"  # Lower-case
ie.quit 


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jruby-win32ole-0.8.5 samples/ie_simple_clsid.rb
jruby-win32ole-0.8.4 samples/ie_simple_clsid.rb
jruby-win32ole-0.8.3 samples/ie_simple_clsid.rb
jruby-win32ole-0.8.2 samples/ie_simple_clsid.rb
jruby-win32ole-0.8.1 samples/ie_simple_clsid.rb
jruby-win32ole-0.8.0 samples/ie_simple_clsid.rb