<?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; Miscellaneous</title>
	<atom:link href="http://www.codeitbetter.com/category/vb6-miscellaneous-codes/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 use WinZip to zip and unzip files</title>
		<link>http://www.codeitbetter.com/how-to-use-winzip-to-zip-and-unzip-files/</link>
		<comments>http://www.codeitbetter.com/how-to-use-winzip-to-zip-and-unzip-files/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 11:35:31 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[activex 6.0]]></category>
		<category><![CDATA[api routines]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[microsoft visual basic 6]]></category>
		<category><![CDATA[source code basic]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[visual basic 6]]></category>
		<category><![CDATA[visual basic 6 programs]]></category>
		<category><![CDATA[visual basic 6.0 code]]></category>
		<category><![CDATA[visual basic code library]]></category>
		<category><![CDATA[visual c++ source code]]></category>
		<category><![CDATA[winzip]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-use-winzip-to-zip-and-unzip-files/</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-use-winzip-to-zip-and-unzip-files/">How to use WinZip to zip and unzip files</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-use-winzip-to-zip-and-unzip-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Kills Html Tags</title>
		<link>http://www.codeitbetter.com/how-to-kills-html-tags/</link>
		<comments>http://www.codeitbetter.com/how-to-kills-html-tags/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 23:34:15 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[activex how to]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[how to database]]></category>
		<category><![CDATA[how to programs]]></category>
		<category><![CDATA[how to visual basic 6]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[kills]]></category>
		<category><![CDATA[microsoft visual basic]]></category>
		<category><![CDATA[program visual basic 6]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[vb6 active x]]></category>
		<category><![CDATA[vb6 tutorial]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-kills-html-tags/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 'Miscellaneous - How to Kills Html Tags Public Function KillHTML(ByVal strIn As String) As String Dim lngLen As Long, lngFound As Long, lngEnd As Long Dim strLeft As String, strRight As String strIn$ = Replace(strIn$, &#34;&#60;HTML&#62;&#34;, &#34;&#34;) strIn$ = Replace(strIn$, &#34;&#60;/HTML&#62;&#34;, [...]<p><a href="http://www.codeitbetter.com/how-to-kills-html-tags/">How to Kills Html Tags</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-kills-html-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 XML (Or HTML) Tag Reading Functions</title>
		<link>http://www.codeitbetter.com/3-xml-or-html-tag-reading-functions/</link>
		<comments>http://www.codeitbetter.com/3-xml-or-html-tag-reading-functions/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 11:36:45 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[activex visual basic 6]]></category>
		<category><![CDATA[api routines]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[source codes]]></category>
		<category><![CDATA[subroutine]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[vb activex control]]></category>
		<category><![CDATA[vb net code library]]></category>
		<category><![CDATA[visual basic 6 programming]]></category>
		<category><![CDATA[visual basic 6 source]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/3-xml-or-html-tag-reading-functions/</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/3-xml-or-html-tag-reading-functions/">3 XML (Or HTML) Tag Reading Functions</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/3-xml-or-html-tag-reading-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set a desired font globally on VB IDE. i.e., each and every time I should not change it.</title>
		<link>http://www.codeitbetter.com/how-to-set-a-desired-font-globally-on-vb-ide-ie-each-and-every-time-i-should-not-change-it/</link>
		<comments>http://www.codeitbetter.com/how-to-set-a-desired-font-globally-on-vb-ide-ie-each-and-every-time-i-should-not-change-it/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 11:37:27 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[activex visual basic 6]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[desired]]></category>
		<category><![CDATA[every]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[globally]]></category>
		<category><![CDATA[how to visual basic]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[program visual basic 6]]></category>
		<category><![CDATA[programming source code]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[should]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[tools vb]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[vb database code]]></category>
		<category><![CDATA[visual basic codes]]></category>
		<category><![CDATA[visual basic net database programming]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-set-a-desired-font-globally-on-vb-ide-ie-each-and-every-time-i-should-not-change-it/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 'Miscellaneous - How to set a desired font globally on VB IDE. i.e., each and every time I should not change it. 'you could create a blank form with the font you want and then save it to &#34;C:\Program Files\Microsoft Visual Studio\VB98\Template\Forms&#34; &#160; 'it will then be there [...]<p><a href="http://www.codeitbetter.com/how-to-set-a-desired-font-globally-on-vb-ide-ie-each-and-every-time-i-should-not-change-it/">How to set a desired font globally on VB IDE. i.e., each and every time I should not change it.</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-set-a-desired-font-globally-on-vb-ide-ie-each-and-every-time-i-should-not-change-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make an Analog Clock</title>
		<link>http://www.codeitbetter.com/how-to-make-an-analog-clock/</link>
		<comments>http://www.codeitbetter.com/how-to-make-an-analog-clock/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 11:39:33 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[active x code]]></category>
		<category><![CDATA[activex controls]]></category>
		<category><![CDATA[analog]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[vb database code]]></category>
		<category><![CDATA[vb6 tools]]></category>
		<category><![CDATA[visual basic 6 codes]]></category>
		<category><![CDATA[visual basic codes]]></category>
		<category><![CDATA[visual basic net source code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-make-an-analog-clock/</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-make-an-analog-clock/">How to make an Analog Clock</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-an-analog-clock/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/36 queries in 0.353 seconds using disk: basic
Object Caching 1062/1186 objects using disk: basic

Served from: www.codeitbetter.com @ 2012-02-09 04:10:43 -->
