<?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: Will the Real User Please Stand Up</title>
	<link>http://vbnotebookfor.net/2007/08/27/will-the-real-user-please-stand-up/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Sat, 22 Nov 2008 05:06:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Saravanan</title>
		<link>http://vbnotebookfor.net/2007/08/27/will-the-real-user-please-stand-up/#comment-1071</link>
		<author>Saravanan</author>
		<pubDate>Wed, 16 Apr 2008 14:45:19 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/27/will-the-real-user-please-stand-up/#comment-1071</guid>
		<description>Hi,
      Interesting artilcle. Cannot help but notice that the sample code can be optimised further.


        If (ProcessItem("Name").ToString = "explorer.exe") Then
               Dim ProcessOwner(2) As String
               ProcessItem.InvokeMethod("GetOwner",  ProcessOwner)
              ActualUserName = ProcessOwner(0).ToString
              Exit For
        End If</description>
		<content:encoded><![CDATA[<p>Hi,<br />
      Interesting artilcle. Cannot help but notice that the sample code can be optimised further.</p>
<p>        If (ProcessItem(&#8221;Name&#8221;).ToString = &#8220;explorer.exe&#8221;) Then<br />
               Dim ProcessOwner(2) As String<br />
               ProcessItem.InvokeMethod(&#8221;GetOwner&#8221;,  ProcessOwner)<br />
              ActualUserName = ProcessOwner(0).ToString<br />
              Exit For<br />
        End If</p>
]]></content:encoded>
	</item>
</channel>
</rss>
