<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: 8 Ways to Get To Know Your User&#8217;s Computer</title>
	<link>http://vbnotebookfor.net/2007/08/10/8-ways-to-get-to-know-your-users-computer/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Tue, 06 Jan 2009 01:39:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Dj Snake</title>
		<link>http://vbnotebookfor.net/2007/08/10/8-ways-to-get-to-know-your-users-computer/#comment-1015</link>
		<author>Dj Snake</author>
		<pubDate>Wed, 05 Mar 2008 15:46:49 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/10/8-ways-to-get-to-know-your-users-computer/#comment-1015</guid>
		<description>Hay dos formas mucho mas faciles de hacerlo:

   Public Function GetActualUserName() As String       
        Return System.Environment.UserName
    End Function

    Public Function GetComputerName() As String
        Return SystemInformation.ComputerName
    End Function


Saludos!</description>
		<content:encoded><![CDATA[<p>Hay dos formas mucho mas faciles de hacerlo:</p>
<p>   Public Function GetActualUserName() As String<br />
        Return System.Environment.UserName<br />
    End Function</p>
<p>    Public Function GetComputerName() As String<br />
        Return SystemInformation.ComputerName<br />
    End Function</p>
<p>Saludos!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
