<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CodeItBetter Programming &#187; System &amp; API</title>
	<atom:link href="http://www.codeitbetter.com/category/system-api-code-vb-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeitbetter.com</link>
	<description>Another VB Programming Blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:50:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to make sure whether an exe is running already or not</title>
		<link>http://www.codeitbetter.com/how-to-make-sure-whether-an-exe-is-running-already-or-not/</link>
		<comments>http://www.codeitbetter.com/how-to-make-sure-whether-an-exe-is-running-already-or-not/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 23:50:49 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[System & API]]></category>
		<category><![CDATA[active x]]></category>
		<category><![CDATA[activex control vb6]]></category>
		<category><![CDATA[activex tutorials]]></category>
		<category><![CDATA[already]]></category>
		<category><![CDATA[asp programming]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[how to visual basic]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[sure]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[vb 6.0]]></category>
		<category><![CDATA[vb net programming]]></category>
		<category><![CDATA[vb6 tutorial]]></category>
		<category><![CDATA[visual basic routines]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-make-sure-whether-an-exe-is-running-already-or-not/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 'System &#38; API - How to make sure whether an exe is running already or not Private Sub Main() Debug.Print IsProcessRunning(&#34;C:\Program Files\Microsoft Visual Studio\VB98\VB6.EXE&#34;) Debug.Print IsProcessRunning(&#34;C:\Program Files\Microsoft Visual Studio\VB98\NotRunning.EXE&#34;) End Sub &#160; Private Function IsProcessRunning(ByVal sPath As String) As Boolean On Error Resume Next [...]<p><a href="http://www.codeitbetter.com/how-to-make-sure-whether-an-exe-is-running-already-or-not/">How to make sure whether an exe is running already or not</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-make-sure-whether-an-exe-is-running-already-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get windows up time</title>
		<link>http://www.codeitbetter.com/how-to-get-windows-up-time/</link>
		<comments>http://www.codeitbetter.com/how-to-get-windows-up-time/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 11:33:15 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[System & API]]></category>
		<category><![CDATA[activex control]]></category>
		<category><![CDATA[asp programming]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[database programming]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[microsoft visual basic]]></category>
		<category><![CDATA[sample visual basic 6]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[up]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[visual basic coding]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-get-windows-up-time/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 'System &#38; API - How to get windows up time Private Declare Function GetTickCount Lib &#34;kernel32&#34; () As Long &#160; Private Sub Command1_Click() Debug.Print GetWinUpTime End Sub &#160; Private Function GetWinUpTime() As String Dim lSec As Long lSec = GetTickCount [...]<p><a href="http://www.codeitbetter.com/how-to-get-windows-up-time/">How to get windows up time</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-get-windows-up-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find whether system is idle or not</title>
		<link>http://www.codeitbetter.com/how-to-find-whether-system-is-idle-or-not/</link>
		<comments>http://www.codeitbetter.com/how-to-find-whether-system-is-idle-or-not/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 11:31:33 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[System & API]]></category>
		<category><![CDATA[code activex control]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[how to programs]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[idle]]></category>
		<category><![CDATA[microsoft access visual basic]]></category>
		<category><![CDATA[subroutine]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tips visual basic]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[vb net source]]></category>
		<category><![CDATA[visual basic api]]></category>
		<category><![CDATA[visual basic source code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-find-whether-system-is-idle-or-not/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 'System &#38; API - How to find whether system is idle or not Option Explicit &#160; Private Type LASTINPUTINFO cbSize As Long dwTime As Long End Type &#160; Private Declare Function GetLastInputInfo Lib [...]<p><a href="http://www.codeitbetter.com/how-to-find-whether-system-is-idle-or-not/">How to find whether system is idle or not</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-find-whether-system-is-idle-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to list all installed apps</title>
		<link>http://www.codeitbetter.com/how-to-list-all-installed-apps/</link>
		<comments>http://www.codeitbetter.com/how-to-list-all-installed-apps/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 23:30:11 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[System & API]]></category>
		<category><![CDATA[activex application]]></category>
		<category><![CDATA[activex tutorials]]></category>
		<category><![CDATA[activex vb6]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[installed]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[subroutine]]></category>
		<category><![CDATA[vb6 programs]]></category>
		<category><![CDATA[visual basic 6 library]]></category>
		<category><![CDATA[visual basic 6.0 activex]]></category>
		<category><![CDATA[visual basic coding]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-list-all-installed-apps/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 [...]<p><a href="http://www.codeitbetter.com/how-to-list-all-installed-apps/">How to list all installed apps</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-list-all-installed-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to flash taskbar (Like MSN Messanger)</title>
		<link>http://www.codeitbetter.com/how-to-flash-taskbar-like-msn-messanger/</link>
		<comments>http://www.codeitbetter.com/how-to-flash-taskbar-like-msn-messanger/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 11:30:54 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[System & API]]></category>
		<category><![CDATA[activex applications]]></category>
		<category><![CDATA[activex project]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[messanger]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[taskbar]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vb6 programs]]></category>
		<category><![CDATA[visual basic 6 source]]></category>
		<category><![CDATA[visual basic code library]]></category>
		<category><![CDATA[visual basic programming]]></category>
		<category><![CDATA[visual basic source code examples]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-flash-taskbar-like-msn-messanger/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 'System &#38; API - How to flash taskbar (Like MSN Messanger) Private Const [...]<p><a href="http://www.codeitbetter.com/how-to-flash-taskbar-like-msn-messanger/">How to flash taskbar (Like MSN Messanger)</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-flash-taskbar-like-msn-messanger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/31 queries in 0.104 seconds using disk: basic
Object Caching 1053/1155 objects using disk: basic

Served from: www.codeitbetter.com @ 2012-02-09 06:07:00 -->
