<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Wes' Puzzling Blog - All Comments</title><link>http://weblogs.asp.net/whaggard/default.aspx</link><description>... trying to solve the puzzles of .NET</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: C++ static variables</title><link>http://weblogs.asp.net/whaggard/archive/2004/11/05/252685.aspx#7235415</link><pubDate>Thu, 22 Oct 2009 00:38:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7235415</guid><dc:creator>Jacare Brasil</dc:creator><description>&lt;p&gt;Man!!!&lt;/p&gt;
&lt;p&gt;You rock...it was awesome. I swear I had tried everything to solve the external link error. And I haven&amp;#39;t another option ...&lt;/p&gt;
&lt;p&gt;You&amp;#39;re great!&lt;/p&gt;
&lt;p&gt;thanks!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7235415" width="1" height="1"&gt;</description></item><item><title>re: Ways to shutdown/restart your computer via Remote Desktop.</title><link>http://weblogs.asp.net/whaggard/archive/2006/10/21/Ways-to-shutdown_2F00_restart-your-computer-via-Remote-Desktop_2E00_.aspx#7234915</link><pubDate>Wed, 21 Oct 2009 12:10:29 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7234915</guid><dc:creator>ramone.hamilton</dc:creator><description>&lt;p&gt;This was &amp;nbsp;clutch, thanks alot.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7234915" width="1" height="1"&gt;</description></item><item><title>re: Get Directory Path of an executing Batch file</title><link>http://weblogs.asp.net/whaggard/archive/2005/01/28/get-directory-path-of-an-executing-batch-file.aspx#7233115</link><pubDate>Mon, 19 Oct 2009 17:16:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7233115</guid><dc:creator>Dhrumil Shah</dc:creator><description>&lt;p&gt;Why did I not think of this before. This is awesome. Solves a lot of isues for me.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7233115" width="1" height="1"&gt;</description></item><item><title>re: Empty Email Messages</title><link>http://weblogs.asp.net/whaggard/archive/2005/01/17/354916.aspx#7231881</link><pubDate>Sat, 17 Oct 2009 05:45:23 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7231881</guid><dc:creator>shelpblethy</dc:creator><description>&lt;p&gt;Hi, I can’t understand how to add your site in my rss reader. Can you Help me, please :)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7231881" width="1" height="1"&gt;</description></item><item><title>re: Official way to restart explorer</title><link>http://weblogs.asp.net/whaggard/archive/2003/03/12/3729.aspx#7231162</link><pubDate>Fri, 16 Oct 2009 06:39:25 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7231162</guid><dc:creator>brent</dc:creator><description>&lt;p&gt;I think I can just do it in one line:&lt;/p&gt;
&lt;p&gt;Shell(&amp;quot;c:\windows\explorer.exe&amp;quot;)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7231162" width="1" height="1"&gt;</description></item><item><title>re: Official way to restart explorer</title><link>http://weblogs.asp.net/whaggard/archive/2003/03/12/3729.aspx#7230914</link><pubDate>Thu, 15 Oct 2009 21:03:47 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7230914</guid><dc:creator>brent</dc:creator><description>&lt;p&gt;How can I terminate it from within VB .NET?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7230914" width="1" height="1"&gt;</description></item><item><title>re: How to create a stream from a string in .Net</title><link>http://weblogs.asp.net/whaggard/archive/2004/09/23/233535.aspx#7230775</link><pubDate>Thu, 15 Oct 2009 17:01:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7230775</guid><dc:creator>mr</dc:creator><description>&lt;p&gt;Stream s = new MemoryStream(ASCIIEncoding.Default.GetBytes(&amp;quot;Test String&amp;quot;));&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7230775" width="1" height="1"&gt;</description></item><item><title>re: Parsing Date in a Batch File</title><link>http://weblogs.asp.net/whaggard/archive/2005/08/18/423029.aspx#7230122</link><pubDate>Wed, 14 Oct 2009 23:22:40 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7230122</guid><dc:creator>Buffme</dc:creator><description>&lt;p&gt;For /f &amp;quot;tokens=1,2,3,4,5 delims=/. &amp;quot; %%a in (&amp;#39;date/T&amp;#39;) do set CDate=%%d-%%b-%%c&lt;/p&gt;
&lt;p&gt;@echo data = %CDate%&lt;/p&gt;
&lt;p&gt;This is in the Year-Month-Day that is most common now days&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7230122" width="1" height="1"&gt;</description></item><item><title>re: How do I access my Outlook contacts from my web application?</title><link>http://weblogs.asp.net/whaggard/archive/2007/01/30/how-do-i-access-my-outlook-contacts-from-my-web-application.aspx#7227651</link><pubDate>Mon, 12 Oct 2009 05:49:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7227651</guid><dc:creator>nintendo r4</dc:creator><description>&lt;p&gt;Thanx for the code man.........I had another block of code just like this one......Bt it couldn&amp;#39;t connect with SSL for acquiring &amp;nbsp;ticket.....This one worked......Gr8 man&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7227651" width="1" height="1"&gt;</description></item><item><title>re: Get Directory Path of an executing Batch file</title><link>http://weblogs.asp.net/whaggard/archive/2005/01/28/get-directory-path-of-an-executing-batch-file.aspx#7223786</link><pubDate>Mon, 05 Oct 2009 21:28:25 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7223786</guid><dc:creator>Anand</dc:creator><description>&lt;p&gt;This is wonderful!! I always had few lines of script to parse the Directory path from %0, but this never struck me. &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7223786" width="1" height="1"&gt;</description></item></channel></rss>