<?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; Fonts</title>
	<atom:link href="http://www.codeitbetter.com/category/fonts-handling-using-visual-basic-6-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 Add all available fonts to a combo box control.</title>
		<link>http://www.codeitbetter.com/how-to-add-all-available-fonts-to-a-combo-box-control/</link>
		<comments>http://www.codeitbetter.com/how-to-add-all-available-fonts-to-a-combo-box-control/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 23:31:49 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[available]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[combo]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[free samples]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[visual basic database code]]></category>
		<category><![CDATA[visual basic net code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-add-all-available-fonts-to-a-combo-box-control/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 'Fonts - How to Add all available fonts to a combo box control. 'Assume that you have a combobox named combo1 in form1. Then all you have to do 'is insert the following lines in th load event of the form1. Private Sub Form_load() [...]<p><a href="http://www.codeitbetter.com/how-to-add-all-available-fonts-to-a-combo-box-control/">How to Add all available fonts to a combo box control.</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-all-available-fonts-to-a-combo-box-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check Windows Font Size</title>
		<link>http://www.codeitbetter.com/how-to-check-windows-font-size/</link>
		<comments>http://www.codeitbetter.com/how-to-check-windows-font-size/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 04:03:28 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[activex control source]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[subroutine]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vb 6.0]]></category>
		<category><![CDATA[vb code]]></category>
		<category><![CDATA[vb codes]]></category>
		<category><![CDATA[vb6 active x]]></category>
		<category><![CDATA[visual basic 6]]></category>
		<category><![CDATA[visual basic source code]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-check-windows-font-size/</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 'Fonts - How to check Windows Font Size 'This example will return 'True' if the font size is small, and 'False' If font size is large Public Declare Function GetDesktopWindow Lib &#34;user32&#34; () [...]<p><a href="http://www.codeitbetter.com/how-to-check-windows-font-size/">How to check Windows Font Size</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-check-windows-font-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add/Remove new Font</title>
		<link>http://www.codeitbetter.com/how-to-addremove-new-font/</link>
		<comments>http://www.codeitbetter.com/how-to-addremove-new-font/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 04:02:38 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[activex vba]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[basic database code]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[ocx code]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[sample visual basic 6]]></category>
		<category><![CDATA[vb code]]></category>
		<category><![CDATA[visual basic 6 simple]]></category>
		<category><![CDATA[visual basic 6 source codes]]></category>
		<category><![CDATA[visual basic help]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-addremove-new-font/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 'Fonts - How to Add/Remove new Font Declare Function AddFontResource&#38; Lib &#34;gdi32&#34; Alias &#34;AddFontResourceA&#34; (ByVal lpFileName As String) Declare Function RemoveFontResource&#38; Lib &#34;gdi32&#34; Alias &#34;RemoveFontResourceA&#34; (ByVal lpFileName As String) &#160; Private Sub Command1_Click() Call RemoveFontResource(&#34;C:\Temp\Carolina.ttf&#34;) End Sub &#160; Private Sub Form_Load() [...]<p><a href="http://www.codeitbetter.com/how-to-addremove-new-font/">How to Add/Remove new Font</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-addremove-new-font/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Browse and Preview Installed Fonts</title>
		<link>http://www.codeitbetter.com/how-to-browse-and-preview-installed-fonts/</link>
		<comments>http://www.codeitbetter.com/how-to-browse-and-preview-installed-fonts/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 04:01:46 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[browse]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[database source code]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[installed]]></category>
		<category><![CDATA[microsoft visual basic 6]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[sample visual basic 6]]></category>
		<category><![CDATA[subroutine]]></category>
		<category><![CDATA[tools vb]]></category>
		<category><![CDATA[vb codes]]></category>
		<category><![CDATA[vb examples]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-browse-and-preview-installed-fonts/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 'Fonts - How to Browse and Preview Installed Fonts 'Add a List Box to your form. Private Sub Form_Load() Dim iCount As Integer For iCount = 0 To Screen.FontCount - 1 List1.AddItem Screen.Fonts(iCount) Next iCount End [...]<p><a href="http://www.codeitbetter.com/how-to-browse-and-preview-installed-fonts/">How to Browse and Preview Installed Fonts</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-browse-and-preview-installed-fonts/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/45 queries in 0.168 seconds using disk: basic
Object Caching 931/1049 objects using disk: basic

Served from: www.codeitbetter.com @ 2012-02-09 10:41:03 -->
