<?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; desktop</title>
	<atom:link href="http://www.delphitips.net/tag/desktop/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>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Drawing text on desktop</title>
		<link>http://www.delphitips.net/2008/01/16/drawing-text-on-desktop/</link>
		<comments>http://www.delphitips.net/2008/01/16/drawing-text-on-desktop/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 22:03:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[draw]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/2008/01/16/drawing-text-on-desktop/</guid>
		<description><![CDATA[Using this simple trick, you can write any text right on Windows desktop. You can choose text color, transparency, position&#8230; unit Unit1; &#160; interface &#160; uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; &#160; type TForm1 = class&#40;TForm&#41; Button1: TButton; procedure Button1Click&#40;Sender: TObject&#41;; private { Private declarations } public { Public declarations [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2008/01/16/drawing-text-on-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide / show all icons on desktop</title>
		<link>http://www.delphitips.net/2007/08/18/hide-show-all-icons-on-desktop/</link>
		<comments>http://www.delphitips.net/2007/08/18/hide-show-all-icons-on-desktop/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 20:27:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[show]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/2007/08/18/hide-show-all-icons-on-desktop/</guid>
		<description><![CDATA[Another &#8220;one-line code trick&#8221; and probably completely useless. procedure TForm1.Button1Click&#40;Sender: TObject&#41;; //hide desktop icons begin ShowWindow&#40;FindWindow&#40;nil, 'Program Manager'&#41;,SW_HIDE&#41;; end; &#160; procedure TForm1.Button2Click&#40;Sender: TObject&#41;; //show desktop icons begin ShowWindow&#40;FindWindow&#40;nil, 'Program Manager'&#41;,SW_SHOW&#41;; end;]]></description>
		<wfw:commentRss>http://www.delphitips.net/2007/08/18/hide-show-all-icons-on-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

