<?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; Graphics</title>
	<atom:link href="http://www.codeitbetter.com/category/graphics-handling-using-visual-basic/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 draw pie slices</title>
		<link>http://www.codeitbetter.com/how-to-draw-pie-slices/</link>
		<comments>http://www.codeitbetter.com/how-to-draw-pie-slices/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 23:32:45 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[code library]]></category>
		<category><![CDATA[delphi code library]]></category>
		<category><![CDATA[draw]]></category>
		<category><![CDATA[pie]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[sample code library]]></category>
		<category><![CDATA[slices]]></category>
		<category><![CDATA[tutorial visual basic]]></category>
		<category><![CDATA[vb learn]]></category>
		<category><![CDATA[vb net source code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-draw-pie-slices/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 'Graphics - How to draw pie slices 'Use the API Pie function to draw pie slices Option Explicit &#160; Private Declare Function Pie Lib &#34;gdi32&#34; (ByVal hdc As Long, ByVal X1 As Long, _ ByVal Y1 [...]<p><a href="http://www.codeitbetter.com/how-to-draw-pie-slices/">How to draw pie slices</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-draw-pie-slices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to draw Ellipse using API</title>
		<link>http://www.codeitbetter.com/how-to-draw-ellipse-using-api/</link>
		<comments>http://www.codeitbetter.com/how-to-draw-ellipse-using-api/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 11:31:58 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[activex control]]></category>
		<category><![CDATA[activex control source]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[code library]]></category>
		<category><![CDATA[draw]]></category>
		<category><![CDATA[ellipse]]></category>
		<category><![CDATA[microsoft visual basic]]></category>
		<category><![CDATA[tips visual basic]]></category>
		<category><![CDATA[tools vb]]></category>
		<category><![CDATA[vb net programs]]></category>
		<category><![CDATA[visual basic programs]]></category>
		<category><![CDATA[visual basic source code examples]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-draw-ellipse-using-api/</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 'Graphics - How to draw Ellipse using API Option Explicit &#160; Private Declare Function Ellipse Lib &#34;gdi32&#34; (ByVal hdc [...]<p><a href="http://www.codeitbetter.com/how-to-draw-ellipse-using-api/">How to draw Ellipse using API</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-draw-ellipse-using-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to draw AngleArc</title>
		<link>http://www.codeitbetter.com/how-to-draw-anglearc/</link>
		<comments>http://www.codeitbetter.com/how-to-draw-anglearc/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 23:32:03 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[activex]]></category>
		<category><![CDATA[activex project]]></category>
		<category><![CDATA[anglearc]]></category>
		<category><![CDATA[draw]]></category>
		<category><![CDATA[source code basic]]></category>
		<category><![CDATA[vb programs]]></category>
		<category><![CDATA[vb6 active x]]></category>
		<category><![CDATA[vb6 code library]]></category>
		<category><![CDATA[visual basic 6 source codes]]></category>
		<category><![CDATA[visual basic 6 tutorial]]></category>
		<category><![CDATA[visual basic programs]]></category>
		<category><![CDATA[visual basic projects]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-draw-anglearc/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 'Graphics - How to draw AngleArc Option Explicit &#160; Private Declare Function AngleArc Lib &#34;gdi32&#34; (ByVal hdc As Long, ByVal x As Long, _ ByVal y As Long, ByVal dwRadius As Long, ByVal eStartAngle As Single, _ ByVal eSweepAngle As Single) As [...]<p><a href="http://www.codeitbetter.com/how-to-draw-anglearc/">How to draw AngleArc</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-draw-anglearc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add Picture to PictureBox at Run-Time</title>
		<link>http://www.codeitbetter.com/how-to-add-picture-to-picturebox-at-run-time/</link>
		<comments>http://www.codeitbetter.com/how-to-add-picture-to-picturebox-at-run-time/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 13:51:06 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[form ocx]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[learn visual basic]]></category>
		<category><![CDATA[learn visual basic 6]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[picturebox]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[run-time]]></category>
		<category><![CDATA[subroutine]]></category>
		<category><![CDATA[vb programming]]></category>
		<category><![CDATA[vb source code]]></category>
		<category><![CDATA[vb6 active x]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-add-picture-to-picturebox-at-run-time/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 'Graphics - How to add Picture to PictureBox at Run-Time Option Explicit &#160; 'Add a PictureBox to your form. Private Sub Form_Load() Picture1.Picture = LoadPicture(&#34;C:\Temp\Test.bmp&#34;) End Sub How to add Picture to PictureBox at Run-Time is a post from: CodeItBetter Programming<p><a href="http://www.codeitbetter.com/how-to-add-picture-to-picturebox-at-run-time/">How to add Picture to PictureBox at Run-Time</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-add-picture-to-picturebox-at-run-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Load a picture from a resource into a hDc</title>
		<link>http://www.codeitbetter.com/how-to-load-a-picture-from-a-resource-into-a-hdc/</link>
		<comments>http://www.codeitbetter.com/how-to-load-a-picture-from-a-resource-into-a-hdc/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 04:52:58 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[active x vb]]></category>
		<category><![CDATA[asp programming]]></category>
		<category><![CDATA[codes]]></category>
		<category><![CDATA[database code]]></category>
		<category><![CDATA[database programming]]></category>
		<category><![CDATA[hdc]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[source code asp net]]></category>
		<category><![CDATA[vb6 learn]]></category>
		<category><![CDATA[visual basic 6]]></category>
		<category><![CDATA[visual basic library]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-load-a-picture-from-a-resource-into-a-hdc/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 'Graphics - How to Load a picture from a resource into a hDc Option Explicit &#160; Public Declare Function CreateCompatibleDC Lib &#34;gdi32&#34; (ByVal hdc As Long) As Long Public Declare Function SelectObject Lib &#34;gdi32&#34; (ByVal hdc As Long, ByVal hObject [...]<p><a href="http://www.codeitbetter.com/how-to-load-a-picture-from-a-resource-into-a-hdc/">How to Load a picture from a resource into a hDc</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-load-a-picture-from-a-resource-into-a-hdc/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.371 seconds using disk: basic
Object Caching 1041/1153 objects using disk: basic

Served from: www.codeitbetter.com @ 2012-02-09 09:51:00 -->
