<?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>Mon, 26 Jul 2010 16:16:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to use code that allows the user to abort, retry, or ignore when an error occurs</title>
		<link>http://www.codeitbetter.com/how-to-use-code-that-allows-the-user-to-abort-retry-or-ignore-when-an-error-occurs/</link>
		<comments>http://www.codeitbetter.com/how-to-use-code-that-allows-the-user-to-abort-retry-or-ignore-when-an-error-occurs/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 12:08:47 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[abort]]></category>
		<category><![CDATA[activex vb6]]></category>
		<category><![CDATA[allows]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[form ocx]]></category>
		<category><![CDATA[ignore]]></category>
		<category><![CDATA[occurs]]></category>
		<category><![CDATA[retry]]></category>
		<category><![CDATA[source code bank]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[vb net source]]></category>
		<category><![CDATA[vb source]]></category>
		<category><![CDATA[visual basic 6 code]]></category>
		<category><![CDATA[visual basic class]]></category>
		<category><![CDATA[visual basic examples]]></category>
		<category><![CDATA[visual basic projects]]></category>
		<category><![CDATA[visual source code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-use-code-that-allows-the-user-to-abort-retry-or-ignore-when-an-error-occurs/</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 'Miscellaneous - How to use code [...]<p><a href="http://www.codeitbetter.com/how-to-use-code-that-allows-the-user-to-abort-retry-or-ignore-when-an-error-occurs/">How to use code that allows the user to abort, retry, or ignore when an error occurs</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-code-that-allows-the-user-to-abort-retry-or-ignore-when-an-error-occurs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Register/Unregister ActiveX Controls using Regsvr32.exe</title>
		<link>http://www.codeitbetter.com/how-to-registerunregister-activex-controls-using-regsvr32exe/</link>
		<comments>http://www.codeitbetter.com/how-to-registerunregister-activex-controls-using-regsvr32exe/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 11:39:44 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[activex]]></category>
		<category><![CDATA[code activex control]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[database source code]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[how to library]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[regsvr32]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[unregister]]></category>
		<category><![CDATA[vb6]]></category>
		<category><![CDATA[visual basic 6 freeware]]></category>
		<category><![CDATA[visual basic 6 library]]></category>
		<category><![CDATA[visual basic database code]]></category>
		<category><![CDATA[visual basic programming]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-registerunregister-activex-controls-using-regsvr32exe/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 'Miscellaneous - How to Register/Unregister ActiveX Controls using Regsvr32.exe 'If you have an ActiveX Control (OCX or DLL file) that you want to use in your program, 'you have to register it with windows. 'To register it, Open the Run Dialog 'Then in the Text [...]<p><a href="http://www.codeitbetter.com/how-to-registerunregister-activex-controls-using-regsvr32exe/">How to Register/Unregister ActiveX Controls using Regsvr32.exe</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-registerunregister-activex-controls-using-regsvr32exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a self Closing Message Box</title>
		<link>http://www.codeitbetter.com/how-to-create-a-self-closing-message-box/</link>
		<comments>http://www.codeitbetter.com/how-to-create-a-self-closing-message-box/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 04:35:03 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[activex source code]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[closing]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[computer programming]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[how to library]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[self]]></category>
		<category><![CDATA[subroutine]]></category>
		<category><![CDATA[visual basic 6]]></category>
		<category><![CDATA[visual basic api]]></category>
		<category><![CDATA[visual basic source code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-create-a-self-closing-message-box/</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 'Miscellaneous - How to create a self Closing Message Box Public Const NV_CLOSEMSGBOX As Long = &#38;H5000&#38; Public Declare Function SetTimer&#38; Lib &#34;user32&#34; (ByVal [...]<p><a href="http://www.codeitbetter.com/how-to-create-a-self-closing-message-box/">How to create a self Closing Message Box</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-create-a-self-closing-message-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Scrolling Credits</title>
		<link>http://www.codeitbetter.com/how-to-make-scrolling-credits/</link>
		<comments>http://www.codeitbetter.com/how-to-make-scrolling-credits/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 04:34:27 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[credits]]></category>
		<category><![CDATA[database code]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[scrolling]]></category>
		<category><![CDATA[tutorial visual basic]]></category>
		<category><![CDATA[vb6 active x]]></category>
		<category><![CDATA[visual basic 6 source codes]]></category>
		<category><![CDATA[visual basic 6.0 code]]></category>
		<category><![CDATA[visual basic codes]]></category>
		<category><![CDATA[visual basic examples]]></category>
		<category><![CDATA[visual basic programs]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-make-scrolling-credits/</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 'Miscellaneous - How to Make Scrolling Credits 'Add a Timer Control and a [...]<p><a href="http://www.codeitbetter.com/how-to-make-scrolling-credits/">How to Make Scrolling Credits</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-scrolling-credits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Print a Text file</title>
		<link>http://www.codeitbetter.com/how-to-print-a-text-file/</link>
		<comments>http://www.codeitbetter.com/how-to-print-a-text-file/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 04:15:19 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[activex 6.0]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code library]]></category>
		<category><![CDATA[database code]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[how to visual basic 6]]></category>
		<category><![CDATA[microsoft access visual basic]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[visual basic code library]]></category>
		<category><![CDATA[visual basic net tutorial]]></category>
		<category><![CDATA[visual basic programs]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-print-a-text-file/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 'Miscellaneous - How to Print a Text file 'Add a Text Box to your form and set it's MultiLine property to True Private Sub Form_Load() Dim sFile As String sFile = &#34;C:\Temp\Test.txt&#34; Open sFile For Input As #1 Text1.Text = Input(LOF(1), #1) [...]<p><a href="http://www.codeitbetter.com/how-to-print-a-text-file/">How to Print a Text file</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-print-a-text-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
