<?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; menu</title>
	<atom:link href="http://www.delphitips.net/tag/menu/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>Own items in application system menu</title>
		<link>http://www.delphitips.net/2008/01/06/own-items-in-application-system-menu/</link>
		<comments>http://www.delphitips.net/2008/01/06/own-items-in-application-system-menu/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 18:08:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Menus]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[item]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/2008/01/06/own-items-in-application-system-menu/</guid>
		<description><![CDATA[When you rightclick application title bar (or leftclick icon on title bar), the system menu will appear. Here are common commands to close, minimize or maximize window. But you can add your own commands if you like. Here is how.
Following example shows how to add &#8220;Info&#8221; item to the system menu. All you need is [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2008/01/06/own-items-in-application-system-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Right justify a main menu item</title>
		<link>http://www.delphitips.net/2008/01/06/right-justify-a-main-menu-item/</link>
		<comments>http://www.delphitips.net/2008/01/06/right-justify-a-main-menu-item/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 23:58:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Menus]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[item]]></category>
		<category><![CDATA[justify]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[right]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/2008/01/06/right-justify-a-main-menu-item/</guid>
		<description><![CDATA[If you use standard main menu component, all items are usually on the left side of the window and there is not much you can do about it using Object Inspector. Here is a little trick to move one main menu item on the right side while the rest remains on the left side. It&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2008/01/06/right-justify-a-main-menu-item/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
