At 04:02 PM 8/30/2005, Mike wrote:
but in this case view source is turned off

Turn it back on!


require 'win32ole'

shell = WIN32OLE.new('Shell.Application')
windows = shell.windows
return unless windows
windows.each do |window|
        next unless window.fullname =~ /iexplore.exe/
        window.toolbar = true
        window.menubar = true
        window.resizable = true
end


_____________________
 Bret Pettichord
 www.pettichord.com

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to