<?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: How can i write a visual basic code that determines the system type?</title>
	<atom:link href="http://www.codebrothers.org/how-can-i-write-a-visual-basic-code-that-determines-the-system-type/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codebrothers.org/how-can-i-write-a-visual-basic-code-that-determines-the-system-type/</link>
	<description></description>
	<lastBuildDate>Mon, 02 Jan 2012 00:02:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: dhvrm</title>
		<link>http://www.codebrothers.org/how-can-i-write-a-visual-basic-code-that-determines-the-system-type/comment-page-1/#comment-2073</link>
		<dc:creator>dhvrm</dc:creator>
		<pubDate>Tue, 09 Mar 2010 03:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebrothers.org/how-can-i-write-a-visual-basic-code-that-determines-the-system-type/#comment-2073</guid>
		<description>You can use IntPtr.Size to get the number of bits of the OS that is currently running. 

Dim size as Integer = IntPtr.Size &#039; 4 = 32 bit, 8 = 64 bit</description>
		<content:encoded><![CDATA[<p>You can use IntPtr.Size to get the number of bits of the OS that is currently running. </p>
<p>Dim size as Integer = IntPtr.Size &#8216; 4 = 32 bit, 8 = 64 bit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Player</title>
		<link>http://www.codebrothers.org/how-can-i-write-a-visual-basic-code-that-determines-the-system-type/comment-page-1/#comment-2074</link>
		<dc:creator>Player</dc:creator>
		<pubDate>Tue, 09 Mar 2010 03:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebrothers.org/how-can-i-write-a-visual-basic-code-that-determines-the-system-type/#comment-2074</guid>
		<description>Set WshShell = CreateObject(&quot;WScript.Shell&quot;)
X = WshShell.RegRead(&quot;HKLM\SYSTEM\Current
ControlSet\Control\Session Manager\Environment\
PROCESSOR_ARCHITECTURE&quot;)
If X = &quot;x86&quot; Then
MsgBox &quot;32-bit&quot;
Else
MsgBox &quot;64-bit&quot;
End If</description>
		<content:encoded><![CDATA[<p>Set WshShell = CreateObject(&quot;WScript.Shell&quot;)<br />
X = WshShell.RegRead(&quot;HKLM\SYSTEM\Current<br />
ControlSet\Control\Session Manager\Environment\<br />
PROCESSOR_ARCHITECTURE&quot;)<br />
If X = &quot;x86&quot; Then<br />
MsgBox &quot;32-bit&quot;<br />
Else<br />
MsgBox &quot;64-bit&quot;<br />
End If</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
