<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Oh Microsoft&#8230; you make it too easy sometimes</title>
	<atom:link href="http://benchmarkitconsulting.com/colin-stasiuk/2009/05/26/oh-microsoft-you-make-it-too-easy-sometimes/feed/" rel="self" type="application/rss+xml" />
	<link>http://benchmarkitconsulting.com/colin-stasiuk/2009/05/26/oh-microsoft-you-make-it-too-easy-sometimes/</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 15:10:28 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Colin Stasiuk</title>
		<link>http://benchmarkitconsulting.com/colin-stasiuk/2009/05/26/oh-microsoft-you-make-it-too-easy-sometimes/comment-page-1/#comment-4035</link>
		<dc:creator>Colin Stasiuk</dc:creator>
		<pubDate>Tue, 26 May 2009 20:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://benchmarkitconsulting.com/?p=719#comment-4035</guid>
		<description>LOL awesome hahahaha</description>
		<content:encoded><![CDATA[<p>LOL awesome hahahaha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Swart</title>
		<link>http://benchmarkitconsulting.com/colin-stasiuk/2009/05/26/oh-microsoft-you-make-it-too-easy-sometimes/comment-page-1/#comment-4033</link>
		<dc:creator>Michael Swart</dc:creator>
		<pubDate>Tue, 26 May 2009 20:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://benchmarkitconsulting.com/?p=719#comment-4033</guid>
		<description>Automating the ridiculous:

using System;
using System.Runtime.InteropServices;

namespace KeepinOracleAlive{
	
	class SomeClass {
		public const int WM_MOUSEMOVE = 0x0200;  

		[DllImport(&quot;user32.dll&quot;,CharSet=CharSet.Auto)]  
		private static extern int SendMessage(IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam);  

		[DllImport(&quot;user32.dll&quot;)]
		static extern IntPtr FindWindow(string lpClassName, string lpWindowName);

		private static void ShakeThatMouse() {
			
			IntPtr hwnd = FindWindow(&quot;That app&quot;, &quot;That window&quot;);
			IntPtr wparam = new IntPtr(0x1);
			IntPtr lparam = new IntPtr(0xFFE0008A);
			SendMessage(hwnd, WM_MOUSEMOVE, wparam, lparam);
		}

		private static void Main( string[] args ) {
			while (true)
			{
				ShakeThatMouse();
			}
		}
	}
}</description>
		<content:encoded><![CDATA[<p>Automating the ridiculous:</p>
<p>using System;<br />
using System.Runtime.InteropServices;</p>
<p>namespace KeepinOracleAlive{</p>
<p>	class SomeClass {<br />
		public const int WM_MOUSEMOVE = 0&#215;0200;  </p>
<p>		[DllImport("user32.dll",CharSet=CharSet.Auto)]<br />
		private static extern int SendMessage(IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam);  </p>
<p>		[DllImport("user32.dll")]<br />
		static extern IntPtr FindWindow(string lpClassName, string lpWindowName);</p>
<p>		private static void ShakeThatMouse() {</p>
<p>			IntPtr hwnd = FindWindow(&#8220;That app&#8221;, &#8220;That window&#8221;);<br />
			IntPtr wparam = new IntPtr(0&#215;1);<br />
			IntPtr lparam = new IntPtr(0xFFE0008A);<br />
			SendMessage(hwnd, WM_MOUSEMOVE, wparam, lparam);<br />
		}</p>
<p>		private static void Main( string[] args ) {<br />
			while (true)<br />
			{<br />
				ShakeThatMouse();<br />
			}<br />
		}<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Stasiuk</title>
		<link>http://benchmarkitconsulting.com/colin-stasiuk/2009/05/26/oh-microsoft-you-make-it-too-easy-sometimes/comment-page-1/#comment-4032</link>
		<dc:creator>Colin Stasiuk</dc:creator>
		<pubDate>Tue, 26 May 2009 19:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://benchmarkitconsulting.com/?p=719#comment-4032</guid>
		<description>http://support.microsoft.com/?kbid=890546

Symptom - The remote stops working when changing channels
Cause - You frequently change TV channels with remote

*sigh* LOL</description>
		<content:encoded><![CDATA[<p><a href="http://support.microsoft.com/?kbid=890546" rel="nofollow">http://support.microsoft.com/?kbid=890546</a></p>
<p>Symptom &#8211; The remote stops working when changing channels<br />
Cause &#8211; You frequently change TV channels with remote</p>
<p>*sigh* LOL</p>
]]></content:encoded>
	</item>
</channel>
</rss>

