<?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>DelphiTips.net &#187; Registry</title>
	<atom:link href="http://www.delphitips.net/registry/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delphitips.net</link>
	<description>...free Delphi tips &#38; source code repository</description>
	<lastBuildDate>Fri, 24 Jul 2009 22:19:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add own item to Internet Explorer Tools menu</title>
		<link>http://www.delphitips.net/2009/01/21/add-own-item-to-internet-explorer-tools-menu/</link>
		<comments>http://www.delphitips.net/2009/01/21/add-own-item-to-internet-explorer-tools-menu/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 23:21:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[interner]]></category>
		<category><![CDATA[item]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/?p=63</guid>
		<description><![CDATA[If you want to add own items to Tools menu of Internet Explorer, it&#8217;s simple. All we have to do is to add some keys to Windows registry, therefore we must use Registry unit.
As you can see in source code, we must specify the menu item label (or button label) and of course the path [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2009/01/21/add-own-item-to-internet-explorer-tools-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create autorun registry key (run application with Windows start)</title>
		<link>http://www.delphitips.net/2007/06/16/create-autorun-registry-key-run-application-with-windows-start/</link>
		<comments>http://www.delphitips.net/2007/06/16/create-autorun-registry-key-run-application-with-windows-start/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 16:05:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Registry]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[autorun]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/2007/06/16/create-autorun-registry-key-run-application-with-windows-start/</guid>
		<description><![CDATA[To run your application automatically after Windows starts, you just need to create an entry in autorun registry key. Here is how&#8230;

First of all, you must decide, if you want to run application for current user only or for all users (user accounts). In first case, use this registry key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
and for all users, use [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2007/06/16/create-autorun-registry-key-run-application-with-windows-start/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
