<?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; window</title>
	<atom:link href="http://www.delphitips.net/tag/window/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 minimize application with modal window</title>
		<link>http://www.delphitips.net/2008/05/07/how-to-minimize-application-with-modal-window/</link>
		<comments>http://www.delphitips.net/2008/05/07/how-to-minimize-application-with-modal-window/#comments</comments>
		<pubDate>Wed, 07 May 2008 18:56:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[minimize]]></category>
		<category><![CDATA[modal]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/?p=46</guid>
		<description><![CDATA[When you minimize modal window, this window is &#8220;hidden&#8221; behind (or below) application main form. Using this simple trick, we can minimize also the main application window together with modal &#8220;child&#8221; window.

.
.
.
private
procedure WMSyscommand&#40;var Msg: TWmSysCommand&#41;; message WM_SYSCOMMAND;
&#160;
.
.
.
procedure TForm1.WMSysCommand&#40;var Msg: TWmSysCommand&#41;;
begin
  case &#40;Msg.CmdType and $FFF0&#41; of
    SC_MINIMIZE:  begin
    [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2008/05/07/how-to-minimize-application-with-modal-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animate application icon (on taskbar and apllication window)</title>
		<link>http://www.delphitips.net/2007/08/18/animate-application-icon-on-taskbar-and-apllication-window/</link>
		<comments>http://www.delphitips.net/2007/08/18/animate-application-icon-on-taskbar-and-apllication-window/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 20:17:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[animate]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[taskbar]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/2007/08/18/animate-application-icon-on-taskbar-and-apllication-window/</guid>
		<description><![CDATA[This trick is pretty simple. You just need few icons (at least two) for animation and Timer component. The rest is easy&#8230;
Place two or more Image components on application main form. If you want to make more complex animation with plenty of icons, it&#8217;s better to use ImageList component. Then load images into Image components [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2007/08/18/animate-application-icon-on-taskbar-and-apllication-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
