<?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; Text File Handling</title>
	<atom:link href="http://www.codeitbetter.com/category/text-file-handling-vb-programming-code/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 print a text file with its default printer</title>
		<link>http://www.codeitbetter.com/how-to-print-a-text-file-with-its-default-printer/</link>
		<comments>http://www.codeitbetter.com/how-to-print-a-text-file-with-its-default-printer/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 11:37:06 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Text File Handling]]></category>
		<category><![CDATA[activex visual basic 6]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[basic database code]]></category>
		<category><![CDATA[codes]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[microsoft visual basic application]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[source code asp net]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tools vb]]></category>
		<category><![CDATA[visual basic 6 tutorials]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-print-a-text-file-with-its-default-printer/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 'Text File Handling - How to print a text file with its default printer Sub PrintFile(ByVal sFile As String) Dim sText As String, iFile As Byte iFile = FreeFile Open sFile For Input As iFile sText = Input(LOF(iFile), iFile) Close iFile Printer.Print [...]<p><a href="http://www.codeitbetter.com/how-to-print-a-text-file-with-its-default-printer/">How to print a text file with its default printer</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-with-its-default-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to search for a string in a text file if found, display that line to the user.</title>
		<link>http://www.codeitbetter.com/how-to-search-for-a-string-in-a-text-file-if-found-display-that-line-to-the-user/</link>
		<comments>http://www.codeitbetter.com/how-to-search-for-a-string-in-a-text-file-if-found-display-that-line-to-the-user/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 11:29:55 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Text File Handling]]></category>
		<category><![CDATA[api routines]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[found]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[learn visual basic 6]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[vb activex controls]]></category>
		<category><![CDATA[vb help]]></category>
		<category><![CDATA[vb programs]]></category>
		<category><![CDATA[vb6 source code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-search-for-a-string-in-a-text-file-if-found-display-that-line-to-the-user/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 'Text File Handling - How to search for a string in a text file if found, display that line to the user. Option Explicit &#160; Sub Main() Call SearchForString(&#34;C:\Temp\SearchFile.txt&#34;, &#34;Teststring&#34;) End Sub &#160; Public Sub SearchForString(ByVal strFileName As [...]<p><a href="http://www.codeitbetter.com/how-to-search-for-a-string-in-a-text-file-if-found-display-that-line-to-the-user/">How to search for a string in a text file if found, display that line to the user.</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-search-for-a-string-in-a-text-file-if-found-display-that-line-to-the-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Print a Text document</title>
		<link>http://www.codeitbetter.com/how-to-print-a-text-document/</link>
		<comments>http://www.codeitbetter.com/how-to-print-a-text-document/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 23:34:09 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Text File Handling]]></category>
		<category><![CDATA[active x code]]></category>
		<category><![CDATA[active x vb]]></category>
		<category><![CDATA[activex]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[free visual basic]]></category>
		<category><![CDATA[learn visual basic 6]]></category>
		<category><![CDATA[ocx code]]></category>
		<category><![CDATA[ocx programming]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[visual basic 6 source]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-print-a-text-document/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 'Text File Handling - How to Print a Text document Private Declare Function ShellExecute Lib &#34;shell32.dll&#34; Alias &#34;ShellExecuteA&#34; (ByVal hwnd As Long, _ ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, _ ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long [...]<p><a href="http://www.codeitbetter.com/how-to-print-a-text-document/">How to Print a Text document</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-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Search &amp; delete a string in text File</title>
		<link>http://www.codeitbetter.com/how-to-search-delete-a-string-in-text-file/</link>
		<comments>http://www.codeitbetter.com/how-to-search-delete-a-string-in-text-file/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 11:36:27 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Text File Handling]]></category>
		<category><![CDATA[activex vba]]></category>
		<category><![CDATA[code library]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[how to database]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[vb database programming]]></category>
		<category><![CDATA[vb net code]]></category>
		<category><![CDATA[vb net programs]]></category>
		<category><![CDATA[vb tutorial]]></category>
		<category><![CDATA[visual basic net database programming]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-search-delete-a-string-in-text-file/</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 'Text File Handling - How to Search &#38; delete a string in text File 'Without using Regular Expressions Option Explicit Public [...]<p><a href="http://www.codeitbetter.com/how-to-search-delete-a-string-in-text-file/">How to Search &#038; delete a string in 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-search-delete-a-string-in-text-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Extract the Text between Two Strings in a Text file</title>
		<link>http://www.codeitbetter.com/how-to-extract-the-text-between-two-strings-in-a-text-file/</link>
		<comments>http://www.codeitbetter.com/how-to-extract-the-text-between-two-strings-in-a-text-file/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 23:32:23 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Text File Handling]]></category>
		<category><![CDATA[active x code]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[database code]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programming help]]></category>
		<category><![CDATA[programming source code]]></category>
		<category><![CDATA[strings]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[two]]></category>
		<category><![CDATA[vb code]]></category>
		<category><![CDATA[vb help]]></category>
		<category><![CDATA[vb net code]]></category>
		<category><![CDATA[visual basic net help]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-extract-the-text-between-two-strings-in-a-text-file/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 'Text File Handling - How to Extract the Text between Two Strings in a Text file Public Function ExtractTextBetweenTwoStringIn_A_File(ByVal strTextFile As String, _ ByVal strFindString1 As String, ByVal strFindString2 As String) As String Dim f1 [...]<p><a href="http://www.codeitbetter.com/how-to-extract-the-text-between-two-strings-in-a-text-file/">How to Extract the Text between Two Strings in 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-extract-the-text-between-two-strings-in-a-text-file/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.236 seconds using disk: basic
Object Caching 1097/1187 objects using disk: basic

Served from: www.codeitbetter.com @ 2012-02-09 10:17:55 -->
