<?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; start</title>
	<atom:link href="http://www.delphitips.net/tag/start/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>Retrieve time since the system was started</title>
		<link>http://www.delphitips.net/2007/08/18/retrieve-time-since-the-system-was-started/</link>
		<comments>http://www.delphitips.net/2007/08/18/retrieve-time-since-the-system-was-started/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 22:07:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/2007/08/18/retrieve-time-since-the-system-was-started/</guid>
		<description><![CDATA[This tip is very simple. Just use standard function GetTickCount and the rest is just elementary mathematics.
The declaration of function GetTickCount can be found in Windows unit (Delphi) and it is external kernel function. It retrieves the number of milliseconds that have elapsed since the system was started, up to 49.7 days (max. number of [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2007/08/18/retrieve-time-since-the-system-was-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable / enable Start button</title>
		<link>http://www.delphitips.net/2007/03/15/disable-enable-start-button/</link>
		<comments>http://www.delphitips.net/2007/03/15/disable-enable-start-button/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 21:59:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[start]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/2007/03/15/disable-enable-start-button/</guid>
		<description><![CDATA[The Start button will be still visible, but not clickable. Completely useless trick.  
Just one line of code using EnableWindow function will do the trick. In our example, it&#8217;s made as an OnClick event of standard button. Just change the last parameter of the function to true and the Start button is enabled again.

procedure [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2007/03/15/disable-enable-start-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
