<?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; Coding Basics</title>
	<atom:link href="http://www.codeitbetter.com/category/visual-basic-coding-basics/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 display a message in two lines in MSG Box.</title>
		<link>http://www.codeitbetter.com/how-to-display-a-message-in-two-lines-in-msg-box/</link>
		<comments>http://www.codeitbetter.com/how-to-display-a-message-in-two-lines-in-msg-box/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 23:31:15 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Coding Basics]]></category>
		<category><![CDATA[active x code]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[free ocx]]></category>
		<category><![CDATA[lines]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[msg]]></category>
		<category><![CDATA[ocx code]]></category>
		<category><![CDATA[two]]></category>
		<category><![CDATA[vb activex control]]></category>
		<category><![CDATA[vb help]]></category>
		<category><![CDATA[vb source]]></category>
		<category><![CDATA[vb6 source code]]></category>
		<category><![CDATA[visual basic 6]]></category>
		<category><![CDATA[visual basic 6 codes]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-display-a-message-in-two-lines-in-msg-box/</guid>
		<description><![CDATA[1 2 'Coding Basics - How to display a message in two lines in MSG Box. Call MsgBox(&#34;This is First line.&#34; &#38; vbCrLf &#38; &#34;This is Second line.&#34;) How to display a message in two lines in MSG Box. is a post from: CodeItBetter Programming<p><a href="http://www.codeitbetter.com/how-to-display-a-message-in-two-lines-in-msg-box/">How to display a message in two lines in MSG 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-display-a-message-in-two-lines-in-msg-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What exactly does ByVal and ByRef mean and when do you use it?</title>
		<link>http://www.codeitbetter.com/what-exactly-does-byval-and-byref-mean-and-when-do-you-use-it/</link>
		<comments>http://www.codeitbetter.com/what-exactly-does-byval-and-byref-mean-and-when-do-you-use-it/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 23:33:37 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Coding Basics]]></category>
		<category><![CDATA[activex application]]></category>
		<category><![CDATA[activex control source]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[api routines]]></category>
		<category><![CDATA[byref]]></category>
		<category><![CDATA[byval]]></category>
		<category><![CDATA[do]]></category>
		<category><![CDATA[does]]></category>
		<category><![CDATA[exactly]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[mean]]></category>
		<category><![CDATA[programming help]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[vb programs]]></category>
		<category><![CDATA[vb6 active x]]></category>
		<category><![CDATA[visual source code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/what-exactly-does-byval-and-byref-mean-and-when-do-you-use-it/</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 'Coding Basics - What exactly does ByVal and ByRef mean and when do you use it? 'ByVal means [...]<p><a href="http://www.codeitbetter.com/what-exactly-does-byval-and-byref-mean-and-when-do-you-use-it/">What exactly does ByVal and ByRef mean and when do you use it?</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/what-exactly-does-byval-and-byref-mean-and-when-do-you-use-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to copy/cut the content of the text box to the clipboard</title>
		<link>http://www.codeitbetter.com/how-to-copycut-the-content-of-the-text-box-to-the-clipboard/</link>
		<comments>http://www.codeitbetter.com/how-to-copycut-the-content-of-the-text-box-to-the-clipboard/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 11:31:44 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Coding Basics]]></category>
		<category><![CDATA[activex vba]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[cut]]></category>
		<category><![CDATA[database code]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[source code controls]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[vb net source]]></category>
		<category><![CDATA[visual basic source code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-copycut-the-content-of-the-text-box-to-the-clipboard/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 'Coding Basics - How to copy/cut the content of the text box to the clipboard Sub cmdCopy_Click() Clipboard.SetText Text1.SelText 'Copies only selected text 'Clipboard.SetText Text1.Text 'Copies whole TextBox content End Sub &#160; Private Sub cmdCut_Click() Clipboard.SetText Text1.SelText Text1.SelText = &#34;&#34; End Sub How to copy/cut [...]<p><a href="http://www.codeitbetter.com/how-to-copycut-the-content-of-the-text-box-to-the-clipboard/">How to copy/cut the content of the text box to the clipboard</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-copycut-the-content-of-the-text-box-to-the-clipboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert Octal to Decimal number</title>
		<link>http://www.codeitbetter.com/how-to-convert-octal-to-decimal-number/</link>
		<comments>http://www.codeitbetter.com/how-to-convert-octal-to-decimal-number/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 11:36:25 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Coding Basics]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[decimal]]></category>
		<category><![CDATA[free source code]]></category>
		<category><![CDATA[learn visual basic]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[octal]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[vb database programming]]></category>
		<category><![CDATA[vb6 tutorial]]></category>
		<category><![CDATA[visual basic 6.0 activex]]></category>
		<category><![CDATA[visual basic library]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-convert-octal-to-decimal-number/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 'Coding Basics - How to convert Octal to Decimal number Public Function ConvertOctalToDecimal(BinVal As String) As String Dim iVal#, temp#, i%, Length% Length = Len(BinVal) For i = 0 To Length - 1 temp = CInt(Mid$(BinVal, Length - i, 1)) iVal = iVal + (temp [...]<p><a href="http://www.codeitbetter.com/how-to-convert-octal-to-decimal-number/">How to convert Octal to Decimal number</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-convert-octal-to-decimal-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Like() function</title>
		<link>http://www.codeitbetter.com/how-to-use-like-function/</link>
		<comments>http://www.codeitbetter.com/how-to-use-like-function/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 11:30:01 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Coding Basics]]></category>
		<category><![CDATA[activex]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[how to library]]></category>
		<category><![CDATA[how to visual basic 6]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[microsoft visual basic 6.0]]></category>
		<category><![CDATA[source code bank]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[vb source]]></category>
		<category><![CDATA[visual basic 6 programming]]></category>
		<category><![CDATA[visual basic 6 source]]></category>
		<category><![CDATA[visual basic code library]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-use-like-function/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 'Coding Basics - How to use Like() function 'Like() function used for Pattern-Matching in Code Dim strTest As String &#160; strTest = &#34;@ciSmith v. Barney, 21 A2d 459, 35 ME2d 256 (1985)@ec&#34; &#160; 'The following comparisons will result in True or False [...]<p><a href="http://www.codeitbetter.com/how-to-use-like-function/">How to use Like() function</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-like-function/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.331 seconds using disk: basic
Object Caching 1058/1180 objects using disk: basic

Served from: www.codeitbetter.com @ 2012-02-09 05:07:33 -->
