<?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>Merlin&#039;s Delphi Forge &#187; freeware</title>
	<atom:link href="http://www.delphifaq.net/tag/freeware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delphifaq.net</link>
	<description>By a Programmer for Programmers...</description>
	<lastBuildDate>Sat, 13 Mar 2010 19:00:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Start Microsoft Internet Explorer</title>
		<link>http://www.delphifaq.net/how-to-start-microsoft-internet-explorer/</link>
		<comments>http://www.delphifaq.net/how-to-start-microsoft-internet-explorer/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 03:25:54 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet / LAN]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[findwindow]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[internetexplorer]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[msie]]></category>
		<category><![CDATA[msie7]]></category>
		<category><![CDATA[navigate]]></category>
		<category><![CDATA[nil]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-start-microsoft-internet-explorer</guid>
		<description><![CDATA[Since Internet Explorer is a part of Microsoft Windows 95 (OSR 2 and OSR 2.1), 98, ME, NT, 2000, XP or Windows Vista you may want to add a link to your home page that will start Microsoft Internet Explorer (MSIE). Here&#8217;s the code to do so: uses Windows, {$ifdef ver90} OLEAuto {$else} ComObj {$endif}; [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-start-microsoft-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
		<item>
		<title>How to Create Multiple Directories</title>
		<link>http://www.delphifaq.net/how-to-create-multiple-directories/</link>
		<comments>http://www.delphifaq.net/how-to-create-multiple-directories/#comments</comments>
		<pubDate>Thu, 16 Dec 1999 01:02:09 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[inside]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[object pascal]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[sources]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/faq/how-to-create-multiple-directories</guid>
		<description><![CDATA[The standard MkDir() function can create only one directory, it can not create subdirectories at one time. This function allows you to create multiple directories (directories inside directories). Delphi 4+ has the ForceDirectories() routine which does the same thing. It is declared in the FileCtrl unit. uses SysUtils, FileCtrl; ... procedure MkDirMulti(sPath: string); begin if [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-create-multiple-directories/feed/</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
		<item>
		<title>How to Prevent Data Loss and Corruption in Databases</title>
		<link>http://www.delphifaq.net/how-to-prevent-data-loss-and-corruption-in-databases/</link>
		<comments>http://www.delphifaq.net/how-to-prevent-data-loss-and-corruption-in-databases/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:59:31 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[corruption]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[loss]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[prevent]]></category>
		<category><![CDATA[prevetion]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-prevent-data-loss-and-corruption-in-databases</guid>
		<description><![CDATA[If you are using a local database (i.e. dBase or Paradox) then you probably ale have the BDE setting &#8220;LOCAL SHARE&#8221; set to false, which does not save changes to databases after they are modified immediately. The changes are kept in memory and saved later. In other words &#8211; cached. This usually helps speed up [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-prevent-data-loss-and-corruption-in-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I Get Internet Explorer&#8217;s Favorites</title>
		<link>http://www.delphifaq.net/how-do-i-get-internet-explorers-favorites/</link>
		<comments>http://www.delphifaq.net/how-do-i-get-internet-explorers-favorites/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:21:32 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Internet / LAN]]></category>
		<category><![CDATA[accessing internet]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[favorites]]></category>
		<category><![CDATA[favorites folder]]></category>
		<category><![CDATA[filename path]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[getprivateprofilestring]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[internet explorer favorites]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[path string]]></category>
		<category><![CDATA[retrieve]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-do-i-get-internet-explorers-favorites</guid>
		<description><![CDATA[Accessing Internet Explorer favorites is not hard since they are nothing more than files and folders. All you have to basically do is find the IE Favorites folder, then read it&#8217;s structure and file list. Once this is done you will need to read the URL that&#8217;s in each of the files. Sounds easy? You [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-do-i-get-internet-explorers-favorites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get a List of Open Files in the IDE</title>
		<link>http://www.delphifaq.net/how-to-get-a-list-of-open-files-in-the-ide/</link>
		<comments>http://www.delphifaq.net/how-to-get-a-list-of-open-files-in-the-ide/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:10:34 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[group files]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[m3rlin]]></category>
		<category><![CDATA[mru]]></category>
		<category><![CDATA[open files]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[project group]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-get-a-list-of-open-files-in-the-ide</guid>
		<description><![CDATA[If you wish to know what files Delphi has open you can check the buffer list. The shortcut is Ctrl + B. A window will pop up with the list. To open any of the files in the editor just double-click it. Some files will always remain open although you may not always see them [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-get-a-list-of-open-files-in-the-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Explore Your Project&#8217;s Directory</title>
		<link>http://www.delphifaq.net/how-to-explore-your-projects-directory/</link>
		<comments>http://www.delphifaq.net/how-to-explore-your-projects-directory/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 22:02:32 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[add command]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[configure tools]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[explore]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool options]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[visit]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-explore-your-projects-directory</guid>
		<description><![CDATA[When programming you may want to see your programs files and directories to change file names, add/delete files or just to control the application&#8217;s executable size. Here&#8217;s a simple solution to not have to launch Windows Explorer, and then click you way through your whole file system to you app&#8217;s directory. If you have a [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-explore-your-projects-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delphi 6 Does not Close Correctly Under Windows XP</title>
		<link>http://www.delphifaq.net/delphi-6-does-not-close-correctly-under-windows-xp/</link>
		<comments>http://www.delphifaq.net/delphi-6-does-not-close-correctly-under-windows-xp/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 21:46:25 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[Delphi / Kylix IDE]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[delphi 6]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[exit delphi]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[m3rlin]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[resolve]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/delphi-6-does-not-close-correctly-under-windows-xp</guid>
		<description><![CDATA[When closing Delphi 6 in Windows XP Delphi does not exit properly. It saves all files and settings but the program is still resident in memory. You have to forcefully close it. This also happens when you want to close a project and the Code Explorer is on. If you attempt this Delphi will close [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/delphi-6-does-not-close-correctly-under-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Detect Font and Text Sizes</title>
		<link>http://www.delphifaq.net/how-to-detect-font-and-text-sizes/</link>
		<comments>http://www.delphifaq.net/how-to-detect-font-and-text-sizes/#comments</comments>
		<pubDate>Wed, 15 Dec 1999 20:01:19 +0000</pubDate>
		<dc:creator>m3Rlin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[borland]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[CM_FONTCHANGED]]></category>
		<category><![CDATA[CM_TEXTCHANGED]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codegear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[detect]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[width]]></category>

		<guid isPermaLink="false">http://www.delphifaq.net/how-to-detect-font-and-text-sizes</guid>
		<description><![CDATA[When creating components you may want to know when the user changed the font or text. This can be quite easily done using the CM_FONTCHANGED and CM_TEXTCHANGED messages. TComponent1 = class(TComponent) ... private ... procedure CMFontChanged(var Message: TMessage); message CM_FONTCHANGED; procedure CMTextChanged(var Message: TMessage); message CM_TEXTCHANGED; ... procedure TComponent1.CMTextChanged(var Message:TMessage); begin ... end; procedure TComponent1.CMFontChanged(var [...]]]></description>
		<wfw:commentRss>http://www.delphifaq.net/how-to-detect-font-and-text-sizes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
