<?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; Menus</title>
	<atom:link href="http://www.delphitips.net/menus/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>How to prevent moving of application window</title>
		<link>http://www.delphitips.net/2008/03/29/how-to-prevent-moving-of-application-window/</link>
		<comments>http://www.delphitips.net/2008/03/29/how-to-prevent-moving-of-application-window/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 21:28:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Menus]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[move]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/2008/03/29/how-to-prevent-moving-of-application-window/</guid>
		<description><![CDATA[If you want to &#8220;lock&#8221; your application window position and prevent user from moving it, it&#8217;s really simple.
The application form will be completely immovable, but user can still resize, minimize or maximize it. How does it work? We will just remove &#8220;move&#8221; command from system menu using simple code in OnCreate event of the form. [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2008/03/29/how-to-prevent-moving-of-application-window/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>
