<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>CodeItBetter Programming</title>
	
	<link>http://www.codeitbetter.com</link>
	<description>Another VB Programming Blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 23:42:11 +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" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Codeitbetter" /><feedburner:info uri="codeitbetter" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Codeitbetter</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to get last day of the month</title>
		<link>http://feedproxy.google.com/~r/Codeitbetter/~3/62RvP2t6tJo/</link>
		<comments>http://www.codeitbetter.com/how-to-get-last-day-of-the-month/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 23:42:11 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Date & Time]]></category>
		<category><![CDATA[active x]]></category>
		<category><![CDATA[activex code]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[last]]></category>
		<category><![CDATA[learn visual basic 6]]></category>
		<category><![CDATA[month]]></category>
		<category><![CDATA[source code bank]]></category>
		<category><![CDATA[vb programming]]></category>
		<category><![CDATA[vb6 active x]]></category>
		<category><![CDATA[visual basic components]]></category>
		<category><![CDATA[visual basic programming]]></category>
		<category><![CDATA[visual basic routines]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-get-last-day-of-the-month/</guid>
		<description>1 2 3 4 5 6 7 8 'Date &amp;#38; Time - How to get last day of the month Option Explicit &amp;#160; Public Function LastDayInMonth(dDate As Date) LastDayInMonth = Format(DateSerial(Year(dDate), Month(dDate) + 1, 0), &amp;#34;DDDD&amp;#34;) End Function 'How can I call this function: 'Debug.Print LastDayInMonth(Date) How to get last day of the month is [...]&lt;p&gt;&lt;a href="http://www.codeitbetter.com/how-to-get-last-day-of-the-month/"&gt;How to get last day of the month&lt;/a&gt; is a post from: &lt;a href="http://www.codeitbetter.com"&gt;CodeItBetter Programming&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Lt2_yBX9U6tGTBgLZLkMXNsqfdE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Lt2_yBX9U6tGTBgLZLkMXNsqfdE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Lt2_yBX9U6tGTBgLZLkMXNsqfdE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Lt2_yBX9U6tGTBgLZLkMXNsqfdE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Codeitbetter/~4/62RvP2t6tJo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-get-last-day-of-the-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codeitbetter.com/how-to-get-last-day-of-the-month/</feedburner:origLink></item>
		<item>
		<title>How to check whether the system is connected with internet (in two ways)</title>
		<link>http://feedproxy.google.com/~r/Codeitbetter/~3/5RiZliXOWzA/</link>
		<comments>http://www.codeitbetter.com/how-to-check-whether-the-system-is-connected-with-internet-in-two-ways/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 11:32:20 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[activex control source]]></category>
		<category><![CDATA[activex source code]]></category>
		<category><![CDATA[activex tutorials]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[connected]]></category>
		<category><![CDATA[free ocx]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code tutorial]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tools vb]]></category>
		<category><![CDATA[two]]></category>
		<category><![CDATA[vb6]]></category>
		<category><![CDATA[visual basics]]></category>
		<category><![CDATA[ways]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-check-whether-the-system-is-connected-with-internet-in-two-ways/</guid>
		<description>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 [...]&lt;p&gt;&lt;a href="http://www.codeitbetter.com/how-to-check-whether-the-system-is-connected-with-internet-in-two-ways/"&gt;How to check whether the system is connected with internet (in two ways)&lt;/a&gt; is a post from: &lt;a href="http://www.codeitbetter.com"&gt;CodeItBetter Programming&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ICn86MSaSl8e2ouSZwSWXt-PrlA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ICn86MSaSl8e2ouSZwSWXt-PrlA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ICn86MSaSl8e2ouSZwSWXt-PrlA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ICn86MSaSl8e2ouSZwSWXt-PrlA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Codeitbetter/~4/5RiZliXOWzA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-check-whether-the-system-is-connected-with-internet-in-two-ways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codeitbetter.com/how-to-check-whether-the-system-is-connected-with-internet-in-two-ways/</feedburner:origLink></item>
		<item>
		<title>How to get IP address from http://www.myipaddress.com/ (in two ways)</title>
		<link>http://feedproxy.google.com/~r/Codeitbetter/~3/PIxodCtQjW4/</link>
		<comments>http://www.codeitbetter.com/how-to-get-ip-address-from-httpwwwmyipaddresscom-in-two-ways/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 23:33:48 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[activex code]]></category>
		<category><![CDATA[activex visual basic]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[computer programming]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[free source code]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[http:]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[myipaddress]]></category>
		<category><![CDATA[sample code library]]></category>
		<category><![CDATA[two]]></category>
		<category><![CDATA[visual basic 6 library]]></category>
		<category><![CDATA[visual basic net help]]></category>
		<category><![CDATA[ways]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-get-ip-address-from-httpwwwmyipaddresscom-in-two-ways/</guid>
		<description>1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 'Internet - How to get IP address from http://www.myipaddress.com/ (in two ways) 'Create a new project with a command button and a webbrowser control Option Explicit &amp;#160; Private Sub Command1_Click() Dim pos [...]&lt;p&gt;&lt;a href="http://www.codeitbetter.com/how-to-get-ip-address-from-httpwwwmyipaddresscom-in-two-ways/"&gt;How to get IP address from http://www.myipaddress.com/ (in two ways)&lt;/a&gt; is a post from: &lt;a href="http://www.codeitbetter.com"&gt;CodeItBetter Programming&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6CmEvqXGyS9ClESIFOojXevPK4k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6CmEvqXGyS9ClESIFOojXevPK4k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6CmEvqXGyS9ClESIFOojXevPK4k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6CmEvqXGyS9ClESIFOojXevPK4k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Codeitbetter/~4/PIxodCtQjW4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-get-ip-address-from-httpwwwmyipaddresscom-in-two-ways/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.codeitbetter.com/how-to-get-ip-address-from-httpwwwmyipaddresscom-in-two-ways/</feedburner:origLink></item>
		<item>
		<title>How to find whether system is idle or not</title>
		<link>http://feedproxy.google.com/~r/Codeitbetter/~3/SH42q8Rae3g/</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>1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 'System &amp;#38; API - How to find whether system is idle or not Option Explicit &amp;#160; Private Type LASTINPUTINFO cbSize As Long dwTime As Long End Type &amp;#160; Private Declare Function GetLastInputInfo Lib [...]&lt;p&gt;&lt;a href="http://www.codeitbetter.com/how-to-find-whether-system-is-idle-or-not/"&gt;How to find whether system is idle or not&lt;/a&gt; is a post from: &lt;a href="http://www.codeitbetter.com"&gt;CodeItBetter Programming&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4e2LaUpoXJ0Wx-tnHLIzT4Jl92w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4e2LaUpoXJ0Wx-tnHLIzT4Jl92w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4e2LaUpoXJ0Wx-tnHLIzT4Jl92w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4e2LaUpoXJ0Wx-tnHLIzT4Jl92w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Codeitbetter/~4/SH42q8Rae3g" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-find-whether-system-is-idle-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codeitbetter.com/how-to-find-whether-system-is-idle-or-not/</feedburner:origLink></item>
		<item>
		<title>How to list all installed apps</title>
		<link>http://feedproxy.google.com/~r/Codeitbetter/~3/ga7iLndm3TE/</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>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 [...]&lt;p&gt;&lt;a href="http://www.codeitbetter.com/how-to-list-all-installed-apps/"&gt;How to list all installed apps&lt;/a&gt; is a post from: &lt;a href="http://www.codeitbetter.com"&gt;CodeItBetter Programming&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QGZty8s26lW7uXd4U1iMrh7i4VQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QGZty8s26lW7uXd4U1iMrh7i4VQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QGZty8s26lW7uXd4U1iMrh7i4VQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QGZty8s26lW7uXd4U1iMrh7i4VQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Codeitbetter/~4/ga7iLndm3TE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-list-all-installed-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codeitbetter.com/how-to-list-all-installed-apps/</feedburner:origLink></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 4/28 queries in 0.009 seconds using disk: basic
Object Caching 1042/1163 objects using disk: basic

Served from: www.codeitbetter.com @ 2012-02-06 23:55:26 -->

