<?xml version="1.0" encoding="iso-8859-1"?><!-- Copy and paste the url into your newsreader application" -->
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel>
	<title>About.com Delphi Programming</title>
	<link>http://delphi.about.com/</link>
	<description>Get the latest headlines from the About.com Delphi Programming GuideSite.</description>
	<image>
		<title>About.com</title>
		<url>http://z.about.com/f/lg/s10.gif</url> 
		<link>http://www.about.com/</link> 
		<width>118</width> 
		<height>20</height> 
	</image>
	<dc:language>en-us</dc:language>
	<dc:creator></dc:creator>
	<dc:date>2008-07-03T03:00:41Z</dc:date>
	<pubDate>Thu, 03 Jul 2008 03:00:41 +0000</pubDate>
	<admin:generatorAgent rdf:resource="" />
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
	
			<item>
			<title>Sorting records in DBGrid by Clicking on Column Title</title>
			<link>http://delphi.about.com/b/2008/07/04/sorting-records-in-dbgrid-by-clicking-on-column-title.htm</link>
			<description>DBGrid ::  How to sort records in the DbGrid component by clicking on the column title. Plus: how to change the appearance of the selected column title to reflect...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2008/07/04/sorting-records-in-dbgrid-by-clicking-on-column-title.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 04 Jul 2008 03:00:24 +0000</pubDate>
			<dc:date>2008-07-04T03:00:24Z</dc:date>

		</item>
			<item>
			<title>Registering DLL and ActiveX controls from Delphi code</title>
			<link>http://delphi.about.com/b/2008/07/03/registering-dll-and-activex-controls-from-code.htm</link>
			<description>ARTICLES :: One of the features that make Delphi so popular is that when it comes to project deployment, you as a developer (in most cases) only need to send...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2008/07/03/registering-dll-and-activex-controls-from-code.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Thu, 03 Jul 2008 03:00:41 +0000</pubDate>
			<dc:date>2008-07-03T03:00:41Z</dc:date>

		</item>
			<item>
			<title>Dodge Game - Fancy Delphi Application Contest Entry #36</title>
			<link>http://delphi.about.com/b/2008/07/01/dodge-game-fancy-delphi-application-contest-entry-36.htm</link>
			<description>in FDAC :: 
Here's another simple yet addictive game written in Delphi. Dodge game has a simple rule: collect the blue squares, avoid the red circles (dots). 

When the game...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2008/07/01/dodge-game-fancy-delphi-application-contest-entry-36.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 01 Jul 2008 03:47:14 +0000</pubDate>
			<dc:date>2008-07-01T03:47:14Z</dc:date>

		</item>
			<item>
			<title>Hide a Delphi 2007 Application Button from the TaskBar (with MainFormOnTaskBar) </title>
			<link>http://delphi.about.com/b/2008/06/30/hide-a-delphi-2007-application-button-from-the-taskbar-with-mainformontaskbar.htm</link>
			<description>in Delphi TIPS :: With Delphi 2007, a new property of the Application object, the MainFormOnTaskbar property controls how Windows taskbar buttons are handled by VCL. The code using SetWindowLong...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2008/06/30/hide-a-delphi-2007-application-button-from-the-taskbar-with-mainformontaskbar.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 30 Jun 2008 10:36:18 +0000</pubDate>
			<dc:date>2008-06-30T10:36:18Z</dc:date>

		</item>
			<item>
			<title>How to Split a Delphi String to Words / Tokens</title>
			<link>http://delphi.about.com/b/2008/06/28/how-to-split-a-delphi-string-to-words-tokens.htm</link>
			<description>in Delphi TIPS :: 

GetNextToken returns the next token (substring) from a string, starting at an index and ending 1 character before the next occurrence of a Separator.
Split breaks a...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2008/06/28/how-to-split-a-delphi-string-to-words-tokens.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sat, 28 Jun 2008 04:59:14 +0000</pubDate>
			<dc:date>2008-06-28T04:59:14Z</dc:date>

		</item>
			<item>
			<title>Playing Flash Animations inside a Delphi application</title>
			<link>http://delphi.about.com/b/2008/06/27/running-flash-animations-with-delphi.htm</link>
			<description>MULTIMEDIA ::  Suppose you are developing some kind of a Delphi application designed to display various graphics file formats. By default, Delphi lets you handle and show BMP, JPG,...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2008/06/27/running-flash-animations-with-delphi.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 27 Jun 2008 03:00:56 +0000</pubDate>
			<dc:date>2008-06-27T03:00:56Z</dc:date>

		</item>
			<item>
			<title>How to Allow Multi Selection in a DBGrid</title>
			<link>http://delphi.about.com/b/2008/06/26/dbgrid-with-multiselect.htm</link>
			<description>DBGrid ::  

Delphi's DBGrid is one of the mostly used DB aware component in database related applications. It's main purpose is to display and enable users of your application...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2008/06/26/dbgrid-with-multiselect.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Thu, 26 Jun 2008 03:00:50 +0000</pubDate>
			<dc:date>2008-06-26T03:00:50Z</dc:date>

		</item>
			<item>
			<title>Pong Game - Fancy Delphi Application Contest Entry #35</title>
			<link>http://delphi.about.com/b/2008/06/24/pong-game-fancy-delphi-application-contest-entry-35.htm</link>
			<description>in FDAC :: 
Pong game is based on the sport of table tennis (or "ping pong"), and named after the sound generated by the circuitry when the ball is hit....</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2008/06/24/pong-game-fancy-delphi-application-contest-entry-35.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 24 Jun 2008 03:36:48 +0000</pubDate>
			<dc:date>2008-06-24T03:36:48Z</dc:date>

		</item>
			<item>
			<title>Calculating the Zodiac Sign from the Birth Date</title>
			<link>http://delphi.about.com/b/2008/06/23/calculating-the-zodiac-sign-from-the-birth-date.htm</link>
			<description>in Delphi TIPS :: In astrology *myths*, zodiac is a belt of twelve constellations (sun, moon, and major planets) through which the Sun's path in the sky, the ecliptic, passes....</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2008/06/23/calculating-the-zodiac-sign-from-the-birth-date.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 23 Jun 2008 04:18:50 +0000</pubDate>
			<dc:date>2008-06-23T04:18:50Z</dc:date>

		</item>
			<item>
			<title>Get the Filename of the Process that is Currently Executing your Code</title>
			<link>http://delphi.about.com/b/2008/06/21/get-the-filename-of-the-process-that-is-currently-executing-your-code.htm</link>
			<description>in Delphi TIPS :: A call to GetModuleName will return the name of the file that is currently executing your code. You will need to pass it the correct handle...</description>
			<guid isPermaLink="true">http://delphi.about.com/b/2008/06/21/get-the-filename-of-the-process-that-is-currently-executing-your-code.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sat, 21 Jun 2008 16:07:29 +0000</pubDate>
			<dc:date>2008-06-21T16:07:29Z</dc:date>

		</item>
	</channel>

</rss>
