<?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>&#62;devblog_ &#187; keywords</title>
	<atom:link href="http://devblog.itsth.com/tag/keywords/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.itsth.com</link>
	<description>Thoughts on developing shareware</description>
	<lastBuildDate>Wed, 14 Dec 2011 16:29:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using usertype.dat as spell checker</title>
		<link>http://devblog.itsth.com/2009/11/15/using-usertype-dat-as-spell-checker/</link>
		<comments>http://devblog.itsth.com/2009/11/15/using-usertype-dat-as-spell-checker/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 11:36:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[usertype.dat]]></category>

		<guid isPermaLink="false">http://devblog.itsth.com/?p=58</guid>
		<description><![CDATA[There are thousands of classes, structure, functions and constants in the Windows library and it&#8217;s often hard to remember the right spelling. Here&#8217;s a simple trick to use the usertype.dat as a very simple spell checker. Usertype.dat? First, usertype.dat is a file which can be configured in the MS IDE (see help file, because it [...]]]></description>
			<content:encoded><![CDATA[<p>There are thousands of classes, structure, functions and constants in the Windows library and it&#8217;s often hard to remember the right spelling. Here&#8217;s a simple trick to use the usertype.dat as a very simple spell checker.</p>
<p><strong>Usertype.dat?</strong><br />
First, usertype.dat is a file which can be configured in the MS IDE (see help file, because it differs with the versions). Simply activate it and use my <a href="http://www.easy2sync.com/img/blog/USERTYPE:DAT">usertype.dat</a> as a start. It contains almost 4000 key words from the libraries.</p>
<p>When you now type one of these key words right, it will be displayed in a different color (I prefer gray &#8211; to emphasize that I don&#8217;t have to pay attention here). Here&#8217;s how it can look like.</p>
<p><strong>Example:</strong></p>
<p><img class="alignnone" title="Usertype sample" src="http://www.easy2sync.com/img/blog/Usertype.gif" alt="" width="435" height="77" /></p>
<p>Note that all the common things like HICON, LoadImage or LR_DEFAULTCOLOR are written in gray because they&#8217;re spelled correct. And other words (variables in this case) like hIcon and IconId1 a printed in white because they&#8217;re not predefined. If I had written Load_Image (instead of LoadImage), it would have been printed in white, too, and I know that it might be incorrect.</p>
]]></content:encoded>
			<wfw:commentRss>http://devblog.itsth.com/2009/11/15/using-usertype-dat-as-spell-checker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

