<?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 shuff1203</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/shuff1203/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 shuff1203</title>
		<link>http://channel9.msdn.com/Niners/shuff1203/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/shuff1203/Discussions</link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 03:44:47 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 03:44:47 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - is &#39;new object().property&#39; or &#39;new object().method()&#39; a good idea?</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">evildictaitor wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>JChung2006 wrote:</strong>
<hr size="1">
<i>&#65279;
<pre>GetType(Application).GetConstructor(New System.Type() {}).Invoke(New Object() {}).Run(f)</pre>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br /><br />While your post is technically correct, using reflection just to inline a function is never a good idea.<br /></div>
</blockquote>
<br /><br />Ya, but he did answer the question, that is a way to do it with just oneline of code in vb.net...</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259414-is-new-objectproperty-or-new-objectmethod-a-good-idea/b9a2fb7bd91f423f822b9dfa0086654f#b9a2fb7bd91f423f822b9dfa0086654f</link>
		<pubDate>Fri, 25 Jan 2008 02:46:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259414-is-new-objectproperty-or-new-objectmethod-a-good-idea/b9a2fb7bd91f423f822b9dfa0086654f#b9a2fb7bd91f423f822b9dfa0086654f</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>41</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - is &#39;new object().property&#39; or &#39;new object().method()&#39; a good idea?</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">JChung2006 wrote:</div>
<div class="quoteBody">&#65279;<br />Dim o = New Application()<br />o.run(f)<br /></div>
</blockquote>
<br /><br />My quesiton was is there an equivalent to:<br /><br /><font size="2">
<p></font><font color="#0000ff" size="2">New</font><font size="2"> Application().run(f)<br /><br />I realize I could declare a var and use it.</p>
</font></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259414-is-new-objectproperty-or-new-objectmethod-a-good-idea/48b957e833094958b4c09dfa0086640f#48b957e833094958b4c09dfa0086640f</link>
		<pubDate>Thu, 24 Jan 2008 19:59:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259414-is-new-objectproperty-or-new-objectmethod-a-good-idea/48b957e833094958b4c09dfa0086640f#48b957e833094958b4c09dfa0086640f</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>41</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - is &#39;new object().property&#39; or &#39;new object().method()&#39; a good idea?</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">Dr Herbie wrote:</div>
<div class="quoteBody">&#65279;<br />I would see <br /><br />new object().SomeMethod() <br /><br />as a 'smell' indicating that SomeMethod should be static ...
<p>Herbie<br /></p>
</div>
</blockquote>
<br /><br />Can this even be done in VB.NET?<br /><br />I'm trying to convert some sample code from c# that says:<br /><br /><font color="#0000ff" size="2">New</font><font size="2"> Application().run(f)<br /><br />But that doesnt' work in VB.NET.&nbsp; Is there an equivalant?
<p></p>
</font></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259414-is-new-objectproperty-or-new-objectmethod-a-good-idea/30872219db0f48d8834f9dfa00866363#30872219db0f48d8834f9dfa00866363</link>
		<pubDate>Thu, 24 Jan 2008 19:25:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259414-is-new-objectproperty-or-new-objectmethod-a-good-idea/30872219db0f48d8834f9dfa00866363#30872219db0f48d8834f9dfa00866363</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>41</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Immediate Window</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">JChung2006 wrote:</div>
<div class="quoteBody">&#65279;You can customize your toolbar and add it if the option is gone.<br /><br />Right-click your toolbar.<br />Click the Customize... menu item.<br />Select the&nbsp;Commands tabs.<br />Select the Debug category.<br />Select the&nbsp;Immediate command.<br />Drag and drop it onto your menu or toolbar somewhere.</div>
</blockquote>
<br /><br />Thanks.&nbsp; Not sure how it got removed in the first place though or if it was ever there.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/255682-Immediate-Window/bf4ab0eea972495c976c9dfa00aa03a3#bf4ab0eea972495c976c9dfa00aa03a3</link>
		<pubDate>Tue, 26 Jun 2007 18:28:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/255682-Immediate-Window/bf4ab0eea972495c976c9dfa00aa03a3#bf4ab0eea972495c976c9dfa00aa03a3</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - what do you do when you can&#39;t find the bug?</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">harumscarum wrote:</div>
<div class="quoteBody">&#65279;&nbsp;&nbsp;&nbsp; Nope we only have 4 floors. I guess the paper towel problem is spreading through the city.<br>
</div>
</blockquote>
<br>
<br>
So there is a paper towel bandiat loose in the city....</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255655-what-do-you-do-when-you-cant-find-the-bug/0d2bff7cfabd4a43b8719dec00897fe3#0d2bff7cfabd4a43b8719dec00897fe3</link>
		<pubDate>Fri, 22 Jun 2007 18:21:07 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255655-what-do-you-do-when-you-cant-find-the-bug/0d2bff7cfabd4a43b8719dec00897fe3#0d2bff7cfabd4a43b8719dec00897fe3</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>46</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - what do you do when you can&#39;t find the bug?</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">harumscarum wrote:</div>
<div class="quoteBody">&#65279;Well went to the bathroom for a while but got distracted because there was a sign inside the stall that said not to flush paper towels. So I was then thinking of a scenario of why you would carry paper towels from the sinks over to the
 stalls to the flush. Then I begin wondering why some people have issues making it in to the toilet so to speak. I then wondered what some peoples home bathrooms must be like or maybe they just don’t have enough respect to take a little more caution.<br>
<br>
So then I took out the majority of code I was having problems with and thought I was close but then was defeated miserably.&nbsp;
<br>
<br>
So now I will search for a beach ball to kick around the office walking to starbucks around the block.....actually Im just going to go home.<br>
</div>
</blockquote>
<br>
<br>
Holy Cow.&nbsp; I've seen that sign - and you are in Cincinnati eh?&nbsp; 10th floor of 580 building???</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255655-what-do-you-do-when-you-cant-find-the-bug/0d46c66f145f4a4e9b039dec00897f90#0d46c66f145f4a4e9b039dec00897f90</link>
		<pubDate>Fri, 22 Jun 2007 17:59:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255655-what-do-you-do-when-you-cant-find-the-bug/0d46c66f145f4a4e9b039dec00897f90#0d46c66f145f4a4e9b039dec00897f90</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>46</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Immediate Window</title>
		<description><![CDATA[<p>Strange strang strange.&nbsp; Alt Ctl I works.&nbsp; I've found serveral blogs talking about it randomly disappearing.&nbsp; ON mine it never shows up.<br /><br />Here is a blog sample:<br /><a href="http://jopinblog.wordpress.com/2007/06/18/missing-immediate-window-in-visual-studio-2005/#comment-41">http://jopinblog.wordpress.com/2007/06/18/missing-immediate-window-in-visual-studio-2005/#comment-41</a><br /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/255682-Immediate-Window/43e74d060d7a42dc98da9dfa00aa0299#43e74d060d7a42dc98da9dfa00aa0299</link>
		<pubDate>Fri, 22 Jun 2007 17:41:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/255682-Immediate-Window/43e74d060d7a42dc98da9dfa00aa0299#43e74d060d7a42dc98da9dfa00aa0299</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Immediate Window</title>
		<description><![CDATA[<p>In Visual Studio 2005 Team Edition for Software Developers, I can not find the Immediate Window.<br /><br />According to this article:<br /><br /><a href="<a href="http://msdn2.microsoft.com/en-us/library/f177hahy(VS.80">http&#58;&#47;&#47;msdn2.microsoft.com&#47;en-us&#47;library&#47;f177hahy&#40;VS.80</a>).aspx"><a href="http://msdn2.microsoft.com/en-us/library/f177hahy(VS.80">http&#58;&#47;&#47;msdn2.microsoft.com&#47;en-us&#47;library&#47;f177hahy&#40;VS.80</a>).aspx</a><br /><br />It should be under the Debug menu, then windows menu.&nbsp; But it's not. <br /><br />I found I can get to it by going to the command window and typing immed.&nbsp; <br /><br />I can not find anyone actually saying this is a bug or a work around to get it in the menu system.<br /><br />Is this a bug in VS2005?&nbsp; Does it show up on some versions and not others?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/255682-Immediate-Window/255682#255682</link>
		<pubDate>Fri, 22 Jun 2007 17:30:53 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/255682-Immediate-Window/255682#255682</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - DNS Server</title>
		<description><![CDATA[<p>Ok I us a particluar web hosting company.&nbsp; What I'd like to do is some how see a list of what domains are hosted by that company.<br /><br />My thinking is, all the domains they host use the same DNS Servers, is there a way to do a public whois query and say show me all the&nbsp;domains that use the DNS server XXX?<br /><br />Why do I want this information?&nbsp; I have no idea, I just think it would be cool to see what other sites are hosted by the hosting company I use.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/255555-DNS-Server/255555#255555</link>
		<pubDate>Sun, 17 Jun 2007 03:03:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/255555-DNS-Server/255555#255555</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Ever Wondered  WHO was Sharing Your IP Address</title>
		<description><![CDATA[<p>I don't understand what this tool is even suppose to do.&nbsp; I thought if you where say on a shared dedicated box it would show you other sites on that shared box, but it doesn't do anything but show me my own site... or any other one site I try to look up.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255319-Ever-Wondered-WHO-was-Sharing-Your-IP-Address/e310a27fe28d417187b99dec0084129e#e310a27fe28d417187b99dec0084129e</link>
		<pubDate>Sun, 17 Jun 2007 02:29:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255319-Ever-Wondered-WHO-was-Sharing-Your-IP-Address/e310a27fe28d417187b99dec0084129e#e310a27fe28d417187b99dec0084129e</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Comma Separated Value (CSV) file</title>
		<description><![CDATA[<p>Just loop through the text file and check the value of each line doing UBound(Split(strLine,&quot;,&quot;))&nbsp; seeing if the array returns 6 items (5 with count starting at 0).</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/254175-Comma-Separated-Value-CSV-file/d8c27bfe9bf9497f80ae9dea0156ff09#d8c27bfe9bf9497f80ae9dea0156ff09</link>
		<pubDate>Sat, 21 Apr 2007 00:10:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/254175-Comma-Separated-Value-CSV-file/d8c27bfe9bf9497f80ae9dea0156ff09#d8c27bfe9bf9497f80ae9dea0156ff09</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS6 Install After VS2003 and VS2005</title>
		<description><![CDATA[<p>I've been trying to install Visual Studio 6 on Windows XP which already has VS2003 and VS2005 installed.<br>
<br>
At the end of the VS6 install I get the message:<br>
<br>
&quot;Visual Studio 6.0 Enterprise Setup was not completed successfully&quot;<br>
<br>
However - it appears to be installed and works - but it will not allow me to install Service Pack 6 because it does not even see VS6 installed.<br>
<br>
If I run the VS6 setup with logging enabled I see the following error in the log:<br>
<br>
Registration of type library C:\Program Files\Microsoft Visual Studio\Common\IDE\IDE98\VSEXT.OLB failed, error 8002801c<br>
return<br>
<br>
If I try to register it myself by using:<br>
<br>
regsvr32 &quot;C:\Program Files\Microsoft Visual Studio\Common\IDE\IDE98\VSEXT.OLB&quot;<br>
<br>
I get the msg:<br>
<br>
&quot;C:\Program Files\Microsoft Visual Studio\Common\IDE\IDE98\VSEXT.OLB&quot; is not an executable file and no registration helper is registered for this file type.<br>
<br>
I've searched the net for info on vsext.olb but can't find anything much.<br>
<br>
Thanks for any and all help.<br>
<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/254084-VS6-Install-After-VS2003-and-VS2005/254084#254084</link>
		<pubDate>Tue, 17 Apr 2007 12:17:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/254084-VS6-Install-After-VS2003-and-VS2005/254084#254084</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Vista System Links</title>
		<description><![CDATA[<p>WOW - there isn't a simple fix for this?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/254007-Vista-System-Links/acf5dc01b5664c2981509dea0156908d#acf5dc01b5664c2981509dea0156908d</link>
		<pubDate>Mon, 16 Apr 2007 00:37:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/254007-Vista-System-Links/acf5dc01b5664c2981509dea0156908d#acf5dc01b5664c2981509dea0156908d</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Vista System Links</title>
		<description><![CDATA[<p><p class="MsoNormal"><span>Vista seems to create some type of system link files for backwards compatibility.&nbsp; For example there is a file called &quot;Documents and Settings&quot; that looks like a shortcut file (icon wise), but if you click on it you get an access denied
 error.<br>
<br>
The problem I have is that when I run software that synchs my user folder to another drive when it hits one of those special link files which it can't copy it blows up.<br>
<br>
How can I get around this?<br>
<br>
Thanks.<br>
<br>
-Steve</span></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/254007-Vista-System-Links/254007#254007</link>
		<pubDate>Sat, 14 Apr 2007 06:02:21 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/254007-Vista-System-Links/254007#254007</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - HP&#39;s Dunn gets off scott free....because she has cancer</title>
		<description><![CDATA[<p>Who has time to investigate to the level you are suggesting?&nbsp; The newsweek statment is pretty cut and dry:<br>
<br>
<em><strong>The dismissal came &quot;not because she's innocent but because she is sick,&quot; attorney general's office spokesman Nathan Barankin told CNN.<br>
<br>
</strong></em>If you are saying the Newsweek article is incorrect on this statment then it's not the posters fault for beliving what was reported by CNN.&nbsp; The issue is with CNN and or Newsweek.<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253152-HPs-Dunn-gets-off-scott-freebecause-she-has-cancer/5ba8226e93cd4bbb81549dec00643a3e#5ba8226e93cd4bbb81549dec00643a3e</link>
		<pubDate>Thu, 15 Mar 2007 12:51:59 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253152-HPs-Dunn-gets-off-scott-freebecause-she-has-cancer/5ba8226e93cd4bbb81549dec00643a3e#5ba8226e93cd4bbb81549dec00643a3e</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Not For Resale</title>
		<description><![CDATA[<p><blockquote>
<div>blowdart wrote:</div>
<div>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>shuff1203 wrote:</strong> <i>&#65279;You are greatly MISTAKEN.&nbsp; <br>
<br>
I got the copy from the PowerTogether web site as I wanted to take some of the training and the Vista copy was just a bonus.&nbsp; I already own a LICENSE of Vista so I was going to sell this License.&nbsp; I did NOT install it, Didn't even open it.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
So sell the one you already own rather than the not for resale.<br>
<br>
Also didn't PowerTogether allow you to choose what you got in order to keep under the taxable benefit scale?<br>
</div>
</blockquote>
<br>
<br>
The one I already own is from MSDN - I'd have to sell the entire MSDN license which I'm sure you guys are going to tell me I can't do that either (not that I want too).<br>
<br>
And it's interesting that want to tax you on somehting you can't even resell.&nbsp; If you can't resell it - it has no value.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/251885-Not-For-Resale/c22461ca653949a19e179dec0051c6f7#c22461ca653949a19e179dec0051c6f7</link>
		<pubDate>Thu, 01 Feb 2007 12:13:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/251885-Not-For-Resale/c22461ca653949a19e179dec0051c6f7#c22461ca653949a19e179dec0051c6f7</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>44</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Not For Resale</title>
		<description><![CDATA[<p>.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/251885-Not-For-Resale/4e6b2b1c2960407fb1bf9dec0051c6a3#4e6b2b1c2960407fb1bf9dec0051c6a3</link>
		<pubDate>Thu, 01 Feb 2007 12:10:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/251885-Not-For-Resale/4e6b2b1c2960407fb1bf9dec0051c6a3#4e6b2b1c2960407fb1bf9dec0051c6a3</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>44</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Not For Resale</title>
		<description><![CDATA[<p>You are greatly MISTAKEN.&nbsp; <br>
<br>
I got the copy from the PowerTogether web site as I wanted to take some of the training and the Vista copy was just a bonus.&nbsp; I already own a LICENSE of Vista so I was going to sell this License.&nbsp; I did NOT install it, Didn't even open it.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/251885-Not-For-Resale/4ba3704dd04040c590559dec0051c67c#4ba3704dd04040c590559dec0051c67c</link>
		<pubDate>Thu, 01 Feb 2007 12:07:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/251885-Not-For-Resale/4ba3704dd04040c590559dec0051c67c#4ba3704dd04040c590559dec0051c67c</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>44</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Not For Resale</title>
		<description><![CDATA[<p><b>I think like a theif?</b>&nbsp; That is ridiculous.<br>
<br>
You people really are crazy.&nbsp; I am against piracy - It's not like I'm copying software and selling it.&nbsp;
<br>
<br>
BELIEVE IT OR NOT - I signed up on the Power Together when it first opened to take the training - and the software was a bonus.<br>
<br>
I already OWN the software which I PURCHASED&nbsp;- it came with my&nbsp;MSDN subscription.<br>
<br>
<strong>I'm trying to profit off of other's work?</strong><br>
<br>
Those who got a free copy and didn’t own it already profited off of others work by now using VISTA for free - oh my.&nbsp; No difference.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/251885-Not-For-Resale/12335f594944411992bd9dec0051c2b6#12335f594944411992bd9dec0051c2b6</link>
		<pubDate>Wed, 31 Jan 2007 18:20:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/251885-Not-For-Resale/12335f594944411992bd9dec0051c2b6#12335f594944411992bd9dec0051c2b6</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>44</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Not For Resale</title>
		<description><![CDATA[<p>People profit from free give aways all the time.<br>
<br>
If someone wants to purchase something you've been given then have at it.<br>
<br>
All I'm saying is just because someone says &quot;Not For Resale&quot; doens't mean that's the end of the story.&nbsp;
<br>
<br>
It's like the dump trucks that go down the road with signs that say &quot;Not Responsible For Items Thrown From Truck&quot;&nbsp; - that doesn't really mean that are not responsible just because they have a sign.&nbsp; If that was the case insurance companies would have all of
 us put signs on our cars that just read &quot;Not Responsible&quot; then when I run into you and you call up the insurance company they would say - ya sorry did you read the sign.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/251885-Not-For-Resale/14bea48cb2834f75a15d9dec0051c0c7#14bea48cb2834f75a15d9dec0051c0c7</link>
		<pubDate>Wed, 31 Jan 2007 14:47:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/251885-Not-For-Resale/14bea48cb2834f75a15d9dec0051c0c7#14bea48cb2834f75a15d9dec0051c0c7</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>44</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Not For Resale</title>
		<description><![CDATA[<p>The VISTA Business DVD that MS is giving away from the Power Together web site says &quot;Not For Resale&quot;.&nbsp; They have shut down my ebay auction on this item.&nbsp; I'm not a lawyer, but if it was given away it was never sold - so I'm not &quot;RE&quot; selling it am I?&nbsp;
<br>
<br>
I understand what I'm selling is a license, but I think software people have gone crazy with some interpretations of things.&nbsp; I'm selling a license of Vista that was given to me.&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/251885-Not-For-Resale/251885#251885</link>
		<pubDate>Wed, 31 Jan 2007 13:54:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/251885-Not-For-Resale/251885#251885</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>44</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Expression Web on MSDN?</title>
		<description><![CDATA[<p>Expression Web is the replacement for FrontPage - FrontPage is on the MSDN so logic would follow that Expression Web would be there too - and there is logic for saying the entire Expression product line would be on there.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/251443-Expression-Web-on-MSDN/eed77c70ee374d02a3189dec004b13da#eed77c70ee374d02a3189dec004b13da</link>
		<pubDate>Tue, 16 Jan 2007 12:44:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/251443-Expression-Web-on-MSDN/eed77c70ee374d02a3189dec004b13da#eed77c70ee374d02a3189dec004b13da</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE7 and Vista with Channel 9 Videos</title>
		<description><![CDATA[<p>I've tried turning off UAC and logging in to Vista as the user Administrator.&nbsp; I don't think the File Types is the issue - it is something to do with IE7 and WMP 11 I believe.<br>
<br>
Any other things I can try?&nbsp; I really thought there would be an easy soltuion, but at least it wasn't somthing simple I was missing I guess.<br>
<br>
Thanks for the suggestions so far though!!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/250916-IE7-and-Vista-with-Channel-9-Videos/c417bfd2f6644154837e9dec0043e2cd#c417bfd2f6644154837e9dec0043e2cd</link>
		<pubDate>Thu, 21 Dec 2006 03:27:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/250916-IE7-and-Vista-with-Channel-9-Videos/c417bfd2f6644154837e9dec0043e2cd#c417bfd2f6644154837e9dec0043e2cd</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE7 and Vista with Channel 9 Videos</title>
		<description><![CDATA[<p>Alt-T in IE7?&nbsp; then pick Internet Options I assume (versus just Options)???&nbsp; there is no File types tab.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/250916-IE7-and-Vista-with-Channel-9-Videos/99d71955222e4072a9f69dec0043e203#99d71955222e4072a9f69dec0043e203</link>
		<pubDate>Wed, 20 Dec 2006 15:10:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/250916-IE7-and-Vista-with-Channel-9-Videos/99d71955222e4072a9f69dec0043e203#99d71955222e4072a9f69dec0043e203</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE7 and Vista with Channel 9 Videos</title>
		<description><![CDATA[<p>I've installed Vista Ultimate and when running IE7&nbsp;and surfing&nbsp;the channel 9 web site --&nbsp;when I click download on any of the videos, instead of popping up windows media player like it usually does (and still does in FF on vista) i get&nbsp;a &quot;</p>
<h1 id="mainTitle">Internet Explorer cannot display the webpage</h1>
<p><br>
Error.&nbsp; Any suggestions or ideas how to fix the problem?? <br>
<br>
thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/250916-IE7-and-Vista-with-Channel-9-Videos/250916#250916</link>
		<pubDate>Wed, 20 Dec 2006 03:16:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/250916-IE7-and-Vista-with-Channel-9-Videos/250916#250916</guid>
		<dc:creator>shuff1203</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/shuff1203/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>