<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by gaelhatchue</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by gaelhatchue</title>
		<link>http://channel9.msdn.com/Niners/gaelhatchue/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/gaelhatchue/Discussions</link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 09:30:00 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 09:30:00 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - Paint Shop Pro Error Message Configuration is incorrect need help!</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">Raine wrote:</div>
<div class="quoteBody">&#65279;<b>When attempting to install my Paint Shop Pro 9 and other graphic software programs I get errors one as such that reads...<br /><br />&quot;Failed to start. Configuration is incorrect.&quot;</b><br /><b><br />I can get the program on my computer but I can seem to run it. <br /><br />Any suggestions on how to correct configurations? <br />to what it is that I have to do to get the program to run?<br /><br />I am not the most technical person in the world so if you could explain and give me a step by step instruction that would be greatly appreciated!<br /><br />and also I got an error about the dynamic library...</b><br /><br /><br /></div>
</blockquote>
<br /><br />Try deleting the paint shop pro folder in your user AppData folder.<br />In vista, it's in C:\Users\Username\AppData\Local\</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261562-Paint-Shop-Pro-Error-Message-Configuration-is-incorrect-need-help/3748fae431b14fd3b94e9dfa00c13da7#3748fae431b14fd3b94e9dfa00c13da7</link>
		<pubDate>Fri, 14 Mar 2008 06:42:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261562-Paint-Shop-Pro-Error-Message-Configuration-is-incorrect-need-help/3748fae431b14fd3b94e9dfa00c13da7#3748fae431b14fd3b94e9dfa00c13da7</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - IE8 Beta1 breaks WPF 3.5 (Vista &amp;amp; XP)</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">CannotResolveSymbol wrote:</div>
<div class="quoteBody">&#65279;<br /><br />I'll report this to the IE beta newsgroup later tonight if it hasn't been reported there before then, though (that's the proper feedback mechanism for users of the public beta).<br /></div>
</blockquote>
<br /><br />I looked at the list of known bugs, and this issue is not listed yet, so feel free to report it whenever you can.<br /><br />Thanks</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261530-IE8-Beta1-breaks-WPF-35-Vista-amp-XP/ae68baaf69594016a1559dfa00c11df1#ae68baaf69594016a1559dfa00c11df1</link>
		<pubDate>Fri, 07 Mar 2008 23:58:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261530-IE8-Beta1-breaks-WPF-35-Vista-amp-XP/ae68baaf69594016a1559dfa00c11df1#ae68baaf69594016a1559dfa00c11df1</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - IE8 Beta1 breaks WPF 3.5 (Vista &amp;amp; XP)</title>
		<description><![CDATA[<p>After installing IE8 Beta 1, WPF can no longer display images that have a web URI.</p>
<p>I un-installed IE8, it fixed the problem, re-installed it and the problem showed up again.</p>
<p>Here is a test program that illustrates the problem:<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private void Window_Loaded(object sender, RoutedEventArgs e)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; try<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BitmapImage bitmap = new BitmapImage();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bitmap.BeginInit();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bitmap.UriSource = new Uri(<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;<a href="http://www.microsoft.com/presspass/images/gallery/logos/web/mslogo-1.jpg">http://www.microsoft.com/presspass/images/gallery/logos/web/mslogo-1.jpg</a>&quot;,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UriKind.Absolute);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bitmap.EndInit();</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Image img = new Image();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; img.Source = bitmap;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; grid.Children.Add(img);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; catch (Exception ex)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MessageBox.Show(string.Format(&quot;{0}\r\n\r\n{1}&quot;, ex.Message, ex.StackTrace));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br /><br /><br /><br />Here are some details on the exception that is thrown at bitmap.EndInit():<br /><br /><strong>ex.Message</strong><br />Value does not fall within the expected rage.<br /><br /><strong>ex.StackTrace<br /></strong>at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)<br /><br />at MS.Win32.WinInet.get_InternetCacheFolder()<br /><br />at System.Windows.Media.Imaging.BitmapDownload.BeginDownload(<br />&nbsp;&nbsp; BitmapDecoder decoder, Uri uri, RequestCachePolicy uriCachePolicy, Stream stream)<br /><br />at System.Windows.Media.Imaging.LateBoundBitmapDecoder..ctor(<br />&nbsp;&nbsp; Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, <br />&nbsp;&nbsp; BitmapCacheOption cacheOption, RequestCachePolicy requestCachePolicy)<br /><br />at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(<br />&nbsp;&nbsp; Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, <br />&nbsp;&nbsp; BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, <br />&nbsp;&nbsp; Boolean insertInDecoderCache)<br /><br />at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()<br /><br />at System.Windows.Media.Imaging.BitmapImage.EndInit()<br /><br />at WpfApplication5.Window1.Window_Loaded(Object sender, RoutedEventArgs e) <br /><br /><br /><br />Here are a few &quot;high level&quot; things I tried to do to fix the problem:<br />- Changing the UriCachePolicy of the BitmapImage: none of the RequestCacheLevel enumeration values was able to fix the problem.<br />- Deleting the IE Cache: no luck here<br />- Running the test Program as Admin: no luck either<br /><br /><br />The next thing I did was setting up the .NET Framework Source Code Debugging (<a href="http://www.hanselman.com/blog/NETFrameworkLibrarySourceCodeAvailableForViewing.aspx">link</a>):<br /><br />I stepped into the code from the bitmap.EndInit() call to the MS.Win32.WinInet.get_InternetCacheFolder() call, I found that the problem occurs in the native calls to GetUrlCacheConfigInfo, which is located in
<strong>wininet.dll</strong>. This DLL fails to return the internet cache folder properly.<br /><br /><br />&nbsp;&nbsp;&nbsp; internal static Uri InternetCacheFolder<br />&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [SecurityCritical]<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; get <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // copied value 260 from orginal implementation in BitmapDownload.cs <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; const int maxPathSize = 260; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; const UInt32 fieldControl = (UInt32)maxPathSize;<br />&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NativeMethods.InternetCacheConfigInfo icci =<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; new NativeMethods.InternetCacheConfigInfo();</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; icci.CachePath = new string(new char[maxPathSize]); <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UInt32 size = (UInt32)Marshal.SizeOf(icci);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bool passed = UnsafeNativeMethods.GetUrlCacheConfigInfo( <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ref icci, <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ref size,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fieldControl); </p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!passed)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int hr = Marshal.GetHRForLastWin32Error(); </p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (hr != 0) <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Marshal.ThrowExceptionForHR(hr);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return new Uri(icci.CachePath);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } <br />&nbsp;&nbsp;&nbsp; }<br /><br /><br />I checked the version number of this DLL, and it matches IE8 Beta1's version number: 8.0.6001.17184<br /><br /><br />Now that I know the problem is not in WPF itself, I would like to know if XP users are having the same problem. You could simply create a simple wpf program like my test program, or xaml like this:<br /><br /><font color="#0000ff" size="2"><font color="#0000ff" size="2"></p>
<p>&lt;Window x:Class=&quot;WpfApplication5.Window1&quot;<br />&nbsp;&nbsp;&nbsp; xmlns=&quot;<a href="http://schemas.microsoft.com/winfx/2006/xaml/presentation">http://schemas.microsoft.com/winfx/2006/xaml/presentation</a>&quot;<br />&nbsp;&nbsp;&nbsp; xmlns:x=&quot;<a href="http://schemas.microsoft.com/winfx/2006/xaml">http://schemas.microsoft.com/winfx/2006/xaml</a>&quot;<br />&nbsp;&nbsp;&nbsp; Title=&quot;Window1&quot; Height=&quot;300&quot; Width=&quot;300&quot; Loaded=&quot;Window_Loaded&quot;&gt;<br />&nbsp;&nbsp;&nbsp; &lt;Grid Name=&quot;grid&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Image Source=&quot;<a href="http://www.microsoft.com/presspass/images/gallery/logos/web/mslogo-1.jpg%22/"><a href="http://www.microsoft.com/presspass/images/gallery/logos/web/mslogo-1.jpg&quot;/">http&#58;&#47;&#47;www.microsoft.com&#47;presspass&#47;images&#47;gallery&#47;logos&#47;web&#47;mslogo-1.jpg&#34;&#47;</a></a>&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/Grid&gt;<br />&lt;/Window&gt;<br /></font></font><font color="#0000ff" size="2"><font color="#0000ff" size="2"></p>
</font></font>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261530-IE8-Beta1-breaks-WPF-35-Vista-amp-XP/261530#261530</link>
		<pubDate>Fri, 07 Mar 2008 18:45:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261530-IE8-Beta1-breaks-WPF-35-Vista-amp-XP/261530#261530</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - LiveZoom for Windows Vista</title>
		<description><![CDATA[<p><font size="2">
<p>You only need to press Ctrl&#43;~ to activate the zoom window, assuming that Aero is enabled.<br>
<br>
To change the hot key that activates the zoom window, you can go to the file LiveZoom.cpp (currently, on line 85), and change the last parameter to the RegisterHotKey function. It is currently set to 0xC0 which is the the code for the tilda key on US keyboards.
<br>
<font color="#008000" size="2"><br>
// Register hot-key<br>
</font><font color="#0000ff" size="2">if</font><font size="2"> (!RegisterHotKey(hWnd, HOT_KEY_ID, MOD_CONTROL, 0xC0))<br>
&nbsp;&nbsp;&nbsp;SendMessage(hWnd, WM_DESTROY, 0, 0);<br>
</font><br>
You can set to something like 0x31 which&nbsp;is the code for the <br>
<strong>1-key.</strong> <br>
For more key codes, you can look on this page: <a href="http://msdn2.microsoft.com/en-us/library/ms927178.aspx">
http://msdn2.microsoft.com/en-us/library/ms927178.aspx</a><br>
<br>
When I have some free time, I might update the app with a Settings window and some performance improvements.</font></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/3f3e14ebda3946368e649dea0108bf27#3f3e14ebda3946368e649dea0108bf27</link>
		<pubDate>Thu, 02 Aug 2007 22:33:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/3f3e14ebda3946368e649dea0108bf27#3f3e14ebda3946368e649dea0108bf27</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - LiveZoom for Windows Vista</title>
		<description><![CDATA[<p>I love <a target="_blank" href="http://blogs.technet.com/markrussinovich/">Mark Russinovich's</a>
<a target="_blank" href="http://www.microsoft.com/technet/sysinternals/utilities/zoomit.mspx">
ZoomIt </a>tool, which <a target="_blank" href="http://www.hanselman.com/blog/TheUltimateZoomToolSysinternalsZoomIt.aspx">
one of the best </a>zoom utilities for Windows.<br>
<br>
I wanted to see if I could use Vista's DWM&nbsp;API to build a similar utility, with the addition of live window updates, so I put together this small program (372 lines).<br>
<br>
The keyboard shortcut to activate is <strong>Ctrl</strong>&#43;<strong>~</strong><br>
Use the mouse wheel of up/down arrows to zoom in/out.<br>
<br>
Some feedback would be apreciated.<br>
<br>
<br>
<br>
<strong>Edit</strong>: Source Code added to zip file.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/256642#256642</link>
		<pubDate>Sun, 29 Jul 2007 23:49:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/256642#256642</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How to cancel overlapped socket IO in Windows CE</title>
		<description><![CDATA[<p>I would like to cancel an overlapped IO operation on a socket without having to close the socket or exit the thread that initiated the IO.
<br /><br />Unfortunately, the CancelIo function is not supported in windows CE. <br /><br />Any ideas?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/255959-How-to-cancel-overlapped-socket-IO-in-Windows-CE/255959#255959</link>
		<pubDate>Tue, 03 Jul 2007 20:07:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/255959-How-to-cancel-overlapped-socket-IO-in-Windows-CE/255959#255959</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Vista ReadyBoost Questions!</title>
		<description><![CDATA[<p>Here is a <a href="http://blogs.msdn.com/tomarcher/archive/2006/06/02/615199.aspx">
ReadyBoost Q&amp;A</a> that should answer most of your questions.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/250687-Vista-ReadyBoost-Questions/40af57db0b284b01be259dec00410201#40af57db0b284b01be259dec00410201</link>
		<pubDate>Mon, 11 Dec 2006 04:02:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/250687-Vista-ReadyBoost-Questions/40af57db0b284b01be259dec00410201#40af57db0b284b01be259dec00410201</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Photosynth Tech Preview is live!!!</title>
		<description><![CDATA[<p>The sanmarco collection is not the only one available. You can view more collections
<a href="http://labs.live.com/photosynth/collectionHome.htm">here</a>.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/249799-Photosynth-Tech-Preview-is-live/3ee4044daba4455aa32b9dec0031189c#3ee4044daba4455aa32b9dec0031189c</link>
		<pubDate>Sat, 11 Nov 2006 05:38:36 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/249799-Photosynth-Tech-Preview-is-live/3ee4044daba4455aa32b9dec0031189c#3ee4044daba4455aa32b9dec0031189c</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>30</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Photosynth Tech Preview is live!!!</title>
		<description><![CDATA[<p>It looks great.<a href="http://labs.live.com/photosynth/view.html?collection=sanmarco/index1.sxs"><br>
<br>
Try it out.</a><br>
<br>
<br>
Edit: There are <a href="http://labs.live.com/photosynth/collectionHome.htm">four collections
</a>currently available.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/249799-Photosynth-Tech-Preview-is-live/249799#249799</link>
		<pubDate>Thu, 09 Nov 2006 22:12:36 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/249799-Photosynth-Tech-Preview-is-live/249799#249799</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>30</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Anyone writing gadgets?</title>
		<description><![CDATA[<p><blockquote>
<div>Wells wrote:</div>
<div>&#65279;It takes up too much space on 1024x768 and there is no shortcut key to quickly show/hide the damn thing.<br>
</div>
</blockquote>
<br>
When you have the sidebar open or minimized in the tray, press <strong>Windows Key &#43; SPACE BAR</strong> to show it.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/247656-Anyone-writing-gadgets/ac884d51f397417db0429dec002cd547#ac884d51f397417db0429dec002cd547</link>
		<pubDate>Sat, 04 Nov 2006 13:32:30 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/247656-Anyone-writing-gadgets/ac884d51f397417db0429dec002cd547#ac884d51f397417db0429dec002cd547</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>49</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - How &amp;quot;your&amp;quot; Visual Studio 2005 looks like?</title>
		<description><![CDATA[<p><a href="http://img142.imageshack.us/img142/7030/vsrt0.jpg"><img src="http://img243.imageshack.us/img243/2717/vslm8.jpg"></a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/245578-How-quotyourquot-Visual-Studio-2005-looks-like/6392bba621f84d2d98689dec002926f0#6392bba621f84d2d98689dec002926f0</link>
		<pubDate>Mon, 30 Oct 2006 02:34:13 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/245578-How-quotyourquot-Visual-Studio-2005-looks-like/6392bba621f84d2d98689dec002926f0#6392bba621f84d2d98689dec002926f0</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - XNA Studio Express / Build Games for 360!</title>
		<description><![CDATA[<p>This is great news.<br>
How much time before they announce WPF for the 360? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/220213-XNA-Studio-Express--Build-Games-for-360/5430b8adf42846bc81ec9dec0003971c#5430b8adf42846bc81ec9dec0003971c</link>
		<pubDate>Mon, 14 Aug 2006 15:28:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/220213-XNA-Studio-Express--Build-Games-for-360/5430b8adf42846bc81ec9dec0003971c#5430b8adf42846bc81ec9dec0003971c</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Funny (but massive) Vista beta 2 Bug/Crash</title>
		<description><![CDATA[<p><blockquote>
<div>keeron wrote:</div>
<div>&#65279;
<p>You should report this to the powershell team (easiest way: their blog - <a href="http://blogs.msdn.com/powershell/">
http://blogs.msdn.com/powershell/</a>)</p>
</div>
</blockquote>
<br>
<br>
Thanks keeron. I didn't know where to report it.<br>
<br>
That bug sure scares the hell out of me. Does the PowerShell has kernel components to crash the system like that? I think it doesn't, which means that Windows Vista has got some serious issues.<br>
<br>
By the way, I did some more investigations, and the crash occurs when trying to see the content of some binary files, even non critical binary files such as some .link files in the C:/Users/????/Links directory.<br>
<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/203796-Funny-but-massive-Vista-beta-2-BugCrash/bd29d69a32e14158bdec9deb017a98ca#bd29d69a32e14158bdec9deb017a98ca</link>
		<pubDate>Mon, 26 Jun 2006 22:31:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/203796-Funny-but-massive-Vista-beta-2-BugCrash/bd29d69a32e14158bdec9deb017a98ca#bd29d69a32e14158bdec9deb017a98ca</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Funny (but massive) Vista beta 2 Bug/Crash</title>
		<description><![CDATA[<p>I guess if your non-admin user account can open up a powershell console, then it will most likely work.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/203796-Funny-but-massive-Vista-beta-2-BugCrash/b04f9b819ca44303a1519deb017a9879#b04f9b819ca44303a1519deb017a9879</link>
		<pubDate>Mon, 26 Jun 2006 14:48:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/203796-Funny-but-massive-Vista-beta-2-BugCrash/b04f9b819ca44303a1519deb017a9879#b04f9b819ca44303a1519deb017a9879</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Funny (but massive) Vista beta 2 Bug/Crash</title>
		<description><![CDATA[<p>Save all your documents before doing this, if you want to try it; otherwise, it's notnna look so funny.<br>
<br>
Assuming that you have Windows Powershell installed, do the following:<br>
<br>
; change to the windows root drive<br>
<strong>cd c:/<br>
<br>
</strong>; Boooommm<br>
<strong>more BOOTSECT.BAK<br>
<br>
</strong>Your machine will immediately shutdown/turn off (less than 0.1 sec).<br>
My dell laptop even makes a weird sound after turning off.<br>
<br>
I don't know if this is a powershell bug or a Vista bug. Doing the same thing using the old cmd.exe doesnt crash the system.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/203796-Funny-but-massive-Vista-beta-2-BugCrash/203796#203796</link>
		<pubDate>Mon, 26 Jun 2006 14:41:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/203796-Funny-but-massive-Vista-beta-2-BugCrash/203796#203796</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - How nerdy are you</title>
		<description><![CDATA[<p><img src="http://www.nerdtests.com/images/ft/nq.php?val=1786"></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/201908-How-nerdy-are-you/4e9eb20b43e54330afd99deb01785a3e#4e9eb20b43e54330afd99deb01785a3e</link>
		<pubDate>Wed, 21 Jun 2006 15:13:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/201908-How-nerdy-are-you/4e9eb20b43e54330afd99deb01785a3e#4e9eb20b43e54330afd99deb01785a3e</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>65</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Vista makes my computer smell!</title>
		<description><![CDATA[<p>Also make sure that your power plan is set to <strong>high performance</strong>. On my Laptop, it was automatically set to
<strong>Balanced </strong>even when plugged in, and Vista was running my 2Ghz CPU at 700Mhz. I used
<a href="http://www.wizard-soft.com/cpuspeed/index.htm">this</a> to measure the before and after speeds.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/197893-Vista-makes-my-computer-smell/de38a3f693f94df0a29d9deb01736750#de38a3f693f94df0a29d9deb01736750</link>
		<pubDate>Sat, 10 Jun 2006 17:40:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/197893-Vista-makes-my-computer-smell/de38a3f693f94df0a29d9deb01736750#de38a3f693f94df0a29d9deb01736750</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - C9 Community Competition - Gadgets for prizes ?</title>
		<description><![CDATA[<p>How about a competition where the objective would be to build the coolest gadget for windows vista's sidebar?<br>
C9 users would give away gadgets for the coolest gadgets <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/197015-C9-Community-Competition-Gadgets-for-prizes-/0d44873cbabf490c92f39deb0172810c#0d44873cbabf490c92f39deb0172810c</link>
		<pubDate>Thu, 08 Jun 2006 22:18:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/197015-C9-Community-Competition-Gadgets-for-prizes-/0d44873cbabf490c92f39deb0172810c#0d44873cbabf490c92f39deb0172810c</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Detecting Memory Leaks in your app</title>
		<description><![CDATA[<p><blockquote>
<div>Shark_M wrote:</div>
<div>Hi guys,<br>
I just wanted to know , how to detect memory leaks in your C# or vb or C&#43;&#43; application using Visual Studio 2005?<br>
<br>
If you have a server application that is mutlithreaded, and is using 10 threads to process client connections and requests, but over time the overall operating system performance becomes degraded , and becomes slow, and needs a reboot. would this constitute
 a memory leak? <br>
</div>
</blockquote>
<br>
<br>
Using the <a href="http://msdn.microsoft.com/msdnmag/issues/03/01/NETProfilerAPI/">
.NET Profiler API </a>might be a good starting point.<br>
<br>
If you don't want to change your code, you can also run your application using the
<a href="http://msdn.microsoft.com/netframework/downloads/tools/default.aspx">CLR profiler
</a>and watch the memory usage as you use features of your application.<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/176182-Detecting-Memory-Leaks-in-your-app/3b7335eb1dc94220a5ef9dea013b903d#3b7335eb1dc94220a5ef9dea013b903d</link>
		<pubDate>Sun, 09 Apr 2006 22:11:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/176182-Detecting-Memory-Leaks-in-your-app/3b7335eb1dc94220a5ef9dea013b903d#3b7335eb1dc94220a5ef9dea013b903d</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Computer Science Final Year Project</title>
		<description><![CDATA[<p><blockquote>
<div>Detroit Muscle wrote:</div>
<div>Ever considered making an entry for the IEEE micro mouse competition? They make very good senior design projects:<br>
<br>
<a target="_blank" href="http://www.csuchico.edu/ieee/micromouse.html">http://www.csuchico.edu/ieee/micromouse.html</a>
<br>
<br>
Somehow I feel making a C# framework wont look very good on a resume, and be very boring.<br>
</div>
</blockquote>
<br>
<br>
I have to agree with &quot;Detroit Muscle&quot;, building a Micromouse would be a great project.<br>
<br>
Here is one of the micromice I have designed:<br>
<br>
<a href="http://img325.imageshack.us/img325/5531/img00739vm.jpg"><img src="http://img325.imageshack.us/img325/5531/img00739vm.jpg" height="201" width="271"></a><a href="http://img325.imageshack.us/img325/5531/img00739vm.jpg"><br>
(click for full size picture)<br>
</a><br>
Robotics is great, but might seem a bit challenging if you are not an EE student.<br>
You might also want to get a kit to focus on the software side of things.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/176161-Computer-Science-Final-Year-Project/1a4f402baca948c598339dea013b79b6#1a4f402baca948c598339dea013b79b6</link>
		<pubDate>Sun, 09 Apr 2006 21:42:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/176161-Computer-Science-Final-Year-Project/1a4f402baca948c598339dea013b79b6#1a4f402baca948c598339dea013b79b6</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>16</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Spot the bug!!</title>
		<description><![CDATA[<p><blockquote>
<div>gabe19 wrote:</div>
<div>Not sure I've got what you're after, but this seems like it would be better written with the closing and nulling (required?) in the finally block. If Java throws exceptions in the try after the finally, you will get exceptions from trying to close, but
 the close will be executed anyhow by the exception-swallowing finally block. Certainly seems convoluted.</div>
</blockquote>
<br>
<br>
You got it right. This was an easy one isn't it&nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /> . I am not sure it actually qualifies as a bug. But this is certainly poorly written exception handling code.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/146450-Spot-the-bug/cada13fd856441b8a82c9dea0132f55f#cada13fd856441b8a82c9dea0132f55f</link>
		<pubDate>Fri, 30 Dec 2005 07:09:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/146450-Spot-the-bug/cada13fd856441b8a82c9dea0132f55f#cada13fd856441b8a82c9dea0132f55f</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Spot the bug!!</title>
		<description><![CDATA[<p><span><font color="#282828">The following sample is taken from the <a href="http://dev.mysql.com/doc/connector/j/en/cj-general-j2ee-concepts.html">
documentation </a>of Connector/J, the jdbc driver for mysql<br>
<br>
<pre class="brush: text"><br>        InitialContext ctx = new InitialContext();<br>        DataSource ds = (DataSource)ctx.lookup(&quot;java:comp/env/jdbc/MySQLDB&quot;);<br>        Connection conn = null;<br>        Statement stmt = null;<br><br>        try {<br>            conn = ds.getConnection();<br>            stmt = conn.createStatement();<br>            stmt.execute(&quot;SOME SQL QUERY&quot;);<br><br>            stmt.close();<br>            stmt = null;<br><br>            conn.close();<br>            conn = null;<br>        } finally {<br><br>            if (stmt != null) {<br>                try {<br>                    stmt.close();<br>                } catch (sqlexception sqlex) {<br>                    // ignore -- as we can't do anything about it here<br>                }<br><br>                stmt = null;<br>            }<br><br>            if (conn != null) {<br>                try {<br>                    conn.close();<br>                } catch (sqlexception sqlex) {<br>                    // ignore -- as we can't do anything about it here<br>                }<br><br>                conn = null;<br>            }<br>        }<br></pre>
</font><br>
<br>
</span></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/146450-Spot-the-bug/146450#146450</link>
		<pubDate>Fri, 30 Dec 2005 01:15:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/146450-Spot-the-bug/146450#146450</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Desktop Linux versus Windows XP shootout</title>
		<description><![CDATA[<p>I just ran my own benchmarks.<br>
<strong>System:</strong> Dell 9300, 2Ghz pentium M, 2GB RAM, 80GB 7200rpm HDD, Nvidia 6800 w/ 256RAM.<br>
<br>
Starting up Calc after a cold boot under SuSE 9.3 takes me 13 seconds. Starting it a second time takes 8 seconds.<br>
<br>
Starting up Excel under Win XP after a cold boot takes me&nbsp;2 second. Starting it a second time takes less than a second.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/145471-Desktop-Linux-versus-Windows-XP-shootout/5552e3cbf75340bb9a1b9deb0127c2ca#5552e3cbf75340bb9a1b9deb0127c2ca</link>
		<pubDate>Wed, 28 Dec 2005 05:20:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/145471-Desktop-Linux-versus-Windows-XP-shootout/5552e3cbf75340bb9a1b9deb0127c2ca#5552e3cbf75340bb9a1b9deb0127c2ca</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>232</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Stopped Vista setup after 2.5 hours!</title>
		<description><![CDATA[<p><blockquote>
<div>littleguru wrote:</div>
<div>I'm installing it on a second partition of my computer: DELL XPS, 2.15 ghz cpu, 2 gigabyte ram.... No virtual machine here.</div>
</blockquote>
<br>
<br>
I think this is the issue you are having, with your 2GB of RAM: <a href="/wiki/default.aspx/Channel9.PDCTheGoods">
from this wiki page</a><br>
<br>
<blockquote>
<div>C9 wiki wrote:</div>
<div><br>
<li>A number of Dell and other laptops have Broadcom 440x integrated network cards. The Windows XP driver for this card works on Windows Vista, but it will cause a blue screen crash on machines with more than 1GB memory. To resolve this problem, edit the boot.ini
 file to add a /maxmem=1024 switch for the Windows Vista partition. This will reduce the available memory for this partition to 1GB. Alternatively, you can of course disable the network driver.
</li></div>
</blockquote>
<p>Try disabling your network card (NIC) in the BIOS before installing. Then, you can change the boot.ini file later with the /maxmem switch.</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/144944-Stopped-Vista-setup-after-25-hours/8e6eb8595d054022ab929deb0126ece8#8e6eb8595d054022ab929deb0126ece8</link>
		<pubDate>Sat, 24 Dec 2005 13:49:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/144944-Stopped-Vista-setup-after-25-hours/8e6eb8595d054022ab929deb0126ece8#8e6eb8595d054022ab929deb0126ece8</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - How to Determine if two handles refer to the same object</title>
		<description><![CDATA[<p>Nevermind. I use the thread IDs to uniquely identify each thread. It still wound be nice to know how to determine if two handles refer to the same object.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/143923-How-to-Determine-if-two-handles-refer-to-the-same-object/975d8b6a249940798b849dea01326858#975d8b6a249940798b849dea01326858</link>
		<pubDate>Tue, 20 Dec 2005 04:51:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/143923-How-to-Determine-if-two-handles-refer-to-the-same-object/975d8b6a249940798b849dea01326858#975d8b6a249940798b849dea01326858</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>