<?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; Controls</title>
	<atom:link href="http://www.codeitbetter.com/category/visual-basic-forms-controls/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 identify the selected items in listview</title>
		<link>http://www.codeitbetter.com/how-to-identify-the-selected-items-in-listview/</link>
		<comments>http://www.codeitbetter.com/how-to-identify-the-selected-items-in-listview/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 23:37:34 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[active x code]]></category>
		<category><![CDATA[activex source code]]></category>
		<category><![CDATA[activex vb]]></category>
		<category><![CDATA[activex vb6]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[identify]]></category>
		<category><![CDATA[items]]></category>
		<category><![CDATA[listview]]></category>
		<category><![CDATA[selected]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[visual basic 6 simple]]></category>
		<category><![CDATA[visual basic 6 tutorial]]></category>
		<category><![CDATA[visual basic net source code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-identify-the-selected-items-in-listview/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 'Controls - How to identify the selected items in listview 'You need to use the Selected Property to determine which Items are Selected. Private Sub Command1_Click() Dim I As Integer With ListView1.ListItems For I = 1 To .Count If .Item(I).Selected Then [...]<p><a href="http://www.codeitbetter.com/how-to-identify-the-selected-items-in-listview/">How to identify the selected items in listview</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-identify-the-selected-items-in-listview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I run an animated gif in VB?</title>
		<link>http://www.codeitbetter.com/how-can-i-run-an-animated-gif-in-vb/</link>
		<comments>http://www.codeitbetter.com/how-can-i-run-an-animated-gif-in-vb/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 23:36:15 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[animated]]></category>
		<category><![CDATA[can]]></category>
		<category><![CDATA[code bank]]></category>
		<category><![CDATA[gif]]></category>
		<category><![CDATA[ocx code]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[vb database]]></category>
		<category><![CDATA[visual basic 6 codes]]></category>
		<category><![CDATA[visual basic 6 tutorial]]></category>
		<category><![CDATA[visual basic api]]></category>
		<category><![CDATA[visual basic codes]]></category>
		<category><![CDATA[visual basics]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-can-i-run-an-animated-gif-in-vb/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 'Controls - How can I run an animated gif in VB? 'You can use a Webbrowser control within a Picturebox to fake an Animated Gif box.. 'Place a Webbrowser Control within a Picturebox, so [...]<p><a href="http://www.codeitbetter.com/how-can-i-run-an-animated-gif-in-vb/">How can I run an animated gif in VB?</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-can-i-run-an-animated-gif-in-vb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to insert a tiled picture inside a frame</title>
		<link>http://www.codeitbetter.com/how-to-insert-a-tiled-picture-inside-a-frame/</link>
		<comments>http://www.codeitbetter.com/how-to-insert-a-tiled-picture-inside-a-frame/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 11:31:03 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[activex visual basic]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[frame]]></category>
		<category><![CDATA[help visual basic 6]]></category>
		<category><![CDATA[insert]]></category>
		<category><![CDATA[inside]]></category>
		<category><![CDATA[ocx programming]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tiled]]></category>
		<category><![CDATA[vb net code]]></category>
		<category><![CDATA[visual basic 6 tutorials]]></category>
		<category><![CDATA[visual basic programming]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-insert-a-tiled-picture-inside-a-frame/</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 'Controls - How to insert a tiled picture inside a frame 'Place a Picturebox on that frame (named Picture1) and another Picturebox '(named picBuffer). Change picBuffer Picture [...]<p><a href="http://www.codeitbetter.com/how-to-insert-a-tiled-picture-inside-a-frame/">How to insert a tiled picture inside a frame</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-insert-a-tiled-picture-inside-a-frame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set color between two characters in RichTextBox. Like changing the color to Green between &lt; and &gt;</title>
		<link>http://www.codeitbetter.com/how-to-set-color-between-two-characters-in-richtextbox-like-changing-the-color-to-green-between-and/</link>
		<comments>http://www.codeitbetter.com/how-to-set-color-between-two-characters-in-richtextbox-like-changing-the-color-to-green-between-and/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 23:30:08 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[>]]></category>
		<category><![CDATA[changing]]></category>
		<category><![CDATA[characters]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[richtextbox]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[two]]></category>
		<category><![CDATA[vb code]]></category>
		<category><![CDATA[visual basic 6 library]]></category>
		<category><![CDATA[visual basic 6.0 activex]]></category>
		<category><![CDATA[visual basic codes]]></category>
		<category><![CDATA[visual basic database code]]></category>
		<category><![CDATA[visual basic net code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-set-color-between-two-characters-in-richtextbox-like-changing-the-color-to-green-between-and/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 'Controls - How to set color between two characters in RichTextBox. Like changing the color to Green between &#60; and &#62; Public Sub ChangeColorInRichTextBoxBetweenTwoChars(ByVal str1stChar As String, _ ByVal str2ndChar As String) Dim lPos [...]<p><a href="http://www.codeitbetter.com/how-to-set-color-between-two-characters-in-richtextbox-like-changing-the-color-to-green-between-and/">How to set color between two characters in RichTextBox. Like changing the color to Green between < and ></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-color-between-two-characters-in-richtextbox-like-changing-the-color-to-green-between-and/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find out what column cursor is in RTF?</title>
		<link>http://www.codeitbetter.com/how-to-find-out-what-column-cursor-is-in-rtf/</link>
		<comments>http://www.codeitbetter.com/how-to-find-out-what-column-cursor-is-in-rtf/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 11:44:57 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[database code]]></category>
		<category><![CDATA[database programming]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[free ocx]]></category>
		<category><![CDATA[out]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[rtf]]></category>
		<category><![CDATA[vb code]]></category>
		<category><![CDATA[vb database programming]]></category>
		<category><![CDATA[vb source]]></category>
		<category><![CDATA[vba source code]]></category>
		<category><![CDATA[visual basic 6 source]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-find-out-what-column-cursor-is-in-rtf/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 'Controls - How to find out what column cursor is in RTF? Private Declare Function SendMessage Lib &#34;user32&#34; Alias &#34;SendMessageA&#34; (ByVal hwnd As Long, _ ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long Private Const EM_LINEINDEX = &#38;HBB &#160; Private [...]<p><a href="http://www.codeitbetter.com/how-to-find-out-what-column-cursor-is-in-rtf/">How to find out what column cursor is in RTF?</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-find-out-what-column-cursor-is-in-rtf/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.609 seconds using disk: basic
Object Caching 1055/1183 objects using disk: basic

Served from: www.codeitbetter.com @ 2012-02-09 05:15:59 -->
