<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Seven steps &#187; win32ole</title>
	<atom:link href="http://trevoke.net/blog/tag/win32ole/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevoke.net/blog</link>
	<description>Martial arts and technology, $DEITY what a mix!</description>
	<lastBuildDate>Wed, 01 Feb 2012 03:43:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ruby: Win32ole intro</title>
		<link>http://trevoke.net/blog/2009/01/23/ruby-win32ole-intro/</link>
		<comments>http://trevoke.net/blog/2009/01/23/ruby-win32ole-intro/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 21:55:34 +0000</pubDate>
		<dc:creator>Trevoke</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[win32ole]]></category>

		<guid isPermaLink="false">http://trevoke.net/blog/?p=64</guid>
		<description><![CDATA[That&#8217;s the basics for it. I found another basic intro from Ruby on Windows blog .. And don&#8217;t forget you can instantiate an object and then do something like.. to get more information. This comes in very handy]]></description>
			<content:encoded><![CDATA[<pre class="brush: plain; title: ; notranslate">require 'win32ole'
ie = WIN32OLE.new('InternetExplorer.Application')
ie.Visible = 1
ie.navigate &quot;www.google.com&quot;</pre>
<p>That&#8217;s the basics for it. I found another basic intro from 
<a  href="http://rubyonwindows.blogspot.com/2007/05/automating-internet-explorer-with-ruby_20.html" onclick="javascript:pageTracker._trackPageview('/external/rubyonwindows.blogspot.com/2007/05/automating-internet-explorer-with-ruby_20.html');" >Ruby on Windows blog</a> .. And don&#8217;t forget you can instantiate an object and then do something like..</p>
<pre class="brush: plain; title: ; notranslate">properties = ie.ole_get_methods</pre>
<p> to get more information. This comes in very handy <img src='http://trevoke.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://trevoke.net/blog/2009/01/23/ruby-win32ole-intro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.278 seconds -->

