<?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: Introduction to My.Computer.Network</title>
	<atom:link href="http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/feed/" rel="self" type="application/rss+xml" />
	<link>http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Tue, 07 Sep 2010 02:31:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Glenn Nassar</title>
		<link>http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/comment-page-1/#comment-1416</link>
		<dc:creator>Glenn Nassar</dc:creator>
		<pubDate>Fri, 16 Oct 2009 18:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/#comment-1416</guid>
		<description>I should have mention I am downling from a FTP Server

 Try

                My.Computer.Network.DownloadFile(strUpdaterAddress + "Version.txt", _
                        _xmlPath &amp; "temp\version.txt", strUpdaterUser, strUpdaterPassword, False, 4000, True, FileIO.UICancelOption.DoNothing)
                'Application.SetUnhandledExceptionMode(UnhandledExceptionMode.ThrowException)

            Catch ex As System.Net.WebException
                MsgBox(ex.ToString)

                Close()

            End Try

The following catches the error but tries to report it to microsoft.  I wish to turn that portion off programatically, Not through the registry or system advanced settings.
Thank You</description>
		<content:encoded><![CDATA[<p>I should have mention I am downling from a FTP Server</p>
<p> Try</p>
<p>                My.Computer.Network.DownloadFile(strUpdaterAddress + &#8220;Version.txt&#8221;, _<br />
                        _xmlPath &amp; &#8220;temp\version.txt&#8221;, strUpdaterUser, strUpdaterPassword, False, 4000, True, FileIO.UICancelOption.DoNothing)<br />
                &#8216;Application.SetUnhandledExceptionMode(UnhandledExceptionMode.ThrowException)</p>
<p>            Catch ex As System.Net.WebException<br />
                MsgBox(ex.ToString)</p>
<p>                Close()</p>
<p>            End Try</p>
<p>The following catches the error but tries to report it to microsoft.  I wish to turn that portion off programatically, Not through the registry or system advanced settings.<br />
Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Nassar</title>
		<link>http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/comment-page-1/#comment-1415</link>
		<dc:creator>Glenn Nassar</dc:creator>
		<pubDate>Fri, 16 Oct 2009 18:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/#comment-1415</guid>
		<description>How do you trap a username or password error without it being directed to windows error reporting?</description>
		<content:encoded><![CDATA[<p>How do you trap a username or password error without it being directed to windows error reporting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emmaddai</title>
		<link>http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/comment-page-1/#comment-1372</link>
		<dc:creator>emmaddai</dc:creator>
		<pubDate>Sun, 05 Jul 2009 21:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/#comment-1372</guid>
		<description>Good codes. 
the downloadFile works for me alright, but the upload file always gives me error.
can the upload file work with php form instead of as asp.net file?</description>
		<content:encoded><![CDATA[<p>Good codes.<br />
the downloadFile works for me alright, but the upload file always gives me error.<br />
can the upload file work with php form instead of as asp.net file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris McKirgan</title>
		<link>http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/comment-page-1/#comment-1360</link>
		<dc:creator>Chris McKirgan</dc:creator>
		<pubDate>Sun, 07 Jun 2009 20:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/#comment-1360</guid>
		<description>Brilliant, of everything on the web I found this the only helpful one, and very fluent and helpful indeed. Thank you so much for taking th time to write this. Its appreciated so much!</description>
		<content:encoded><![CDATA[<p>Brilliant, of everything on the web I found this the only helpful one, and very fluent and helpful indeed. Thank you so much for taking th time to write this. Its appreciated so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MOHAMMED</title>
		<link>http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/comment-page-1/#comment-1322</link>
		<dc:creator>MOHAMMED</dc:creator>
		<pubDate>Thu, 05 Mar 2009 14:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/#comment-1322</guid>
		<description>How to display transfer rate for upload/download files?

Please send me code     (VB.NET 2005)
Please reply me</description>
		<content:encoded><![CDATA[<p>How to display transfer rate for upload/download files?</p>
<p>Please send me code     (VB.NET 2005)<br />
Please reply me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolaas</title>
		<link>http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/comment-page-1/#comment-1236</link>
		<dc:creator>Nicolaas</dc:creator>
		<pubDate>Sat, 08 Nov 2008 07:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/#comment-1236</guid>
		<description>Does this code work in VB Studio .Net 2003.
As I'm new in VB.net, could you provide a complete workable solution/project as in IDE.

Thanks in advance,
Nicolaas</description>
		<content:encoded><![CDATA[<p>Does this code work in VB Studio .Net 2003.<br />
As I&#8217;m new in VB.net, could you provide a complete workable solution/project as in IDE.</p>
<p>Thanks in advance,<br />
Nicolaas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary grace</title>
		<link>http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/comment-page-1/#comment-1215</link>
		<dc:creator>mary grace</dc:creator>
		<pubDate>Wed, 24 Sep 2008 01:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/#comment-1215</guid>
		<description>i would like to ask how you will know or check the progress of downloading and also its completion if you used a progress bar object as a indicator for it?</description>
		<content:encoded><![CDATA[<p>i would like to ask how you will know or check the progress of downloading and also its completion if you used a progress bar object as a indicator for it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/comment-page-1/#comment-982</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Tue, 15 Jan 2008 16:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/21/introduction-to-mycomputernetwork/#comment-982</guid>
		<description>great real world description!  Much obliged!</description>
		<content:encoded><![CDATA[<p>great real world description!  Much obliged!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
