<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/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:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries for otech</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/otech/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for otech</title><link>http://channel9.msdn.com/Niners/otech/</link></image><description>Entries, comments and threads posted by otech</description><link>http://channel9.msdn.com/Niners/otech/</link><language>en-us</language><pubDate>Tue, 04 Sep 2007 08:35:26 GMT</pubDate><lastBuildDate>Tue, 04 Sep 2007 08:35:26 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Linux a dirty word on XBOX? [Linux a dirty word on XBOX?]</title><description>Sorry if this has been posted before on here, I havent reviewed the threads much over the last few weeks but did have a quick look first.&lt;BR&gt;&lt;BR&gt;Whats the deal with this?&lt;BR&gt;&lt;a href="http://riverag.com/2007/09/03/the-word-linux-is-inappropriate-in-xbox-live/"&gt;http://riverag.com/2007/09/03/the-word-linux-is-inappropriate-in-xbox-live/&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;Apparently the word Linux is a banned word and cant be used as part of your 'gamer motto' on XBOX Live?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/257393-Linux-a-dirty-word-on-XBOX/'&gt;Linux a dirty word on XBOX?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/257393/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/257393-Linux-a-dirty-word-on-XBOX/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/257393-Linux-a-dirty-word-on-XBOX/</link><pubDate>Tue, 04 Sep 2007 08:35:26 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/257393-Linux-a-dirty-word-on-XBOX/</guid><evnet:views>3143</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/257393/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Sorry if this has been posted before on here, I havent reviewed the threads much over the last few weeks but did have a quick look first.&lt;BR&gt;&lt;BR&gt;Whats the deal with this?&lt;BR&gt;&lt;a href="http://riverag.com/2007/09/03/the-word-linux-is-inappropriate-in-xbox-live/"&gt;http://riverag.com/2007/09/03/the-word-linux-is-inappropriate-in-xbox-live/&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;Apparently the word Linux is a banned word and cant be used as part of your 'gamer motto' on XBOX Live?</evnet:previewtext><dc:creator>otech</dc:creator><slash:comments>18</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/257393-Linux-a-dirty-word-on-XBOX/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/257393/Trackback.aspx</trackback:ping></item><item><title>Browser Control in .NET 2.0 - HELP!! [Browser Control in .NET 2.0 - HELP!!]</title><description>Guys, I have looked everywhere but cannot find the way to read / set a value in an input field using the Browser control in VB.Net 2005.&lt;BR&gt;&lt;BR&gt;In VS 2003 (.Net 1.1) the axWebBrowser Control would allow:&lt;BR&gt;&lt;BR&gt;
&lt;P&gt;field value = Browser.Document.GetElementsByName("element_name").value()&lt;BR&gt;&lt;BR&gt;or&lt;BR&gt;&lt;BR&gt;Browser.Document.GetElementsByName("element_name").value() = "new value"&lt;BR&gt;&lt;BR&gt;These functions no longer appear to work, and I have been searching around for hours and hours trying to find the new method for this simple operation.&lt;BR&gt;&lt;BR&gt;Please, anyone who knows, lend me a hand and I will be forever grateful!!&lt;BR&gt;&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/202221-Browser-Control-in-NET-20-HELP/'&gt;Browser Control in .NET 2.0 - HELP!!&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/202221/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/202221-Browser-Control-in-NET-20-HELP/</comments><link>http://channel9.msdn.com/forums/TechOff/202221-Browser-Control-in-NET-20-HELP/</link><pubDate>Wed, 21 Jun 2006 10:28:44 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/202221-Browser-Control-in-NET-20-HELP/</guid><evnet:views>4493</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/202221/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Guys, I have looked everywhere but cannot find the way to read / set a value in an input field using the Browser control in VB.Net 2005.In VS 2003 (.Net 1.1) the axWebBrowser Control would allow:
field value = Browser.Document.GetElementsByName("element_name").value()orBrowser.Document.GetElementsByName("element_name").value() = "new value"These functions no longer appear to work, and I have been searching around for hours and hours trying to find the new method for this simple operation.Please, anyone who knows, lend me a hand and I will be forever grateful!!</evnet:previewtext><dc:creator>otech</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/202221-Browser-Control-in-NET-20-HELP/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/202221/Trackback.aspx</trackback:ping></item><item><title>Am I the only one.... who things Vista Rocks?! [Am I the only one.... who things Vista Rocks?!]</title><description>After installing several builds of Vista/Longhorn over the past couple of years, I would really have to say the have pulled it together very well for Beta 2.&lt;BR&gt;&lt;BR&gt;Previous builds had frequent explorer crashes, DWM leaks etc, and would be nearly unusable for any amount of time on my Acer x64 Laptop with 1.5 Gb of RAM!&lt;BR&gt;&lt;BR&gt;Not with Beta 2 however, from install it had all drivers and runs almost everything I have tried.&lt;BR&gt;&lt;BR&gt;Blue Screens/Lock ups/Driver issues 0&lt;BR&gt;&lt;BR&gt;Did I just get lucky and pick a laptop that someone in Microsoft uses or what?!&lt;BR&gt;&lt;BR&gt;Have many other Beta 2 users that have actually used a few different CTP's / Pre-CTP builds found this to be a vast improvement with regard to stability and speed&amp;nbsp;- all I keep hearing about is 'blah this and blah that'...&lt;BR&gt;&lt;BR&gt;not that its without its 'unfinished' bits, but overall I finally have faith in what will be the finished product.&lt;BR&gt;&lt;BR&gt;I just hope that other Beta testers (I know Spoofnozzle has plenty of gripes) manage to see it running like it has been for me.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/195135-Am-I-the-only-one-who-things-Vista-Rocks/'&gt;Am I the only one.... who things Vista Rocks?!&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/195135/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/195135-Am-I-the-only-one-who-things-Vista-Rocks/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/195135-Am-I-the-only-one-who-things-Vista-Rocks/</link><pubDate>Fri, 02 Jun 2006 18:39:59 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/195135-Am-I-the-only-one-who-things-Vista-Rocks/</guid><evnet:views>13734</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/195135/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>After installing several builds of Vista/Longhorn over the past couple of years, I would really have to say the have pulled it together very well for Beta 2.&lt;BR&gt;&lt;BR&gt;Previous builds had frequent explorer crashes, DWM leaks etc, and would be nearly unusable for any amount of time on my Acer x64 Laptop with 1.5 Gb of RAM!&lt;BR&gt;&lt;BR&gt;Not with Beta 2 however, from install it had all drivers and runs almost everything I have tried.&lt;BR&gt;&lt;BR&gt;Blue Screens/Lock ups/Driver issues 0&lt;BR&gt;&lt;BR&gt;Did I just get lucky and pick a laptop that someone in Microsoft uses or what?!&lt;BR&gt;&lt;BR&gt;</evnet:previewtext><dc:creator>otech</dc:creator><slash:comments>20</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/195135-Am-I-the-only-one-who-things-Vista-Rocks/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/195135/Trackback.aspx</trackback:ping></item></channel></rss>