About Delphi ProgrammingGet the latest headlines from the About.com Delphi Programming GuideSite.Pong Game - Fancy Delphi Application Contest Entry 35- June 24, 2008 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....http://delphi.about.com/b/a/258051.htm Calculating the Zodiac Sign from the Birth Date- June 23, 2008 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....http://delphi.about.com/b/a/258050.htm Get the Filename of the Process that is Currently Executing your Code- June 21, 2008 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...http://delphi.about.com/b/a/258049.htm Create Multiple Document Interface (MDI) Applications using Delphi- June 20, 2008 Do it with Delphi :: In simple words, in an MDI application, more than one document or child window can be opened within a single parent window. This is a...http://delphi.about.com/b/a/257603.htm Programmatically Monitoring System Shell Changes using Delphi - FilesFolders Created, Deleted, Moved- June 19, 2008 "Big Delphi Brother" :: Need to get notified when a file gets created, renamed or deleted on the system Need to know the exact folder and file name Let's start...http://delphi.about.com/b/a/064600.htm Take-A-Break Installer - Fancy Delphi Application Contest Entry 34- June 17, 2008 in FDAC :: Working hard Need a break Why not run a fake installer and "wait" until it gets finished! Or even better, create your own bogus install routine that...http://delphi.about.com/b/a/258048.htm Windows Title Bar Changer - Fancy Delphi Application Contest Entry 33- June 16, 2008 in FDAC :: Noticed how every application in Windows has a main window (form) and how forms have title bars where you see the name of the window Wouldn't it...http://delphi.about.com/b/a/258047.htm Close your Delphi Application with the ESC Key- June 14, 2008 in Delphi TIPS :: Make sure that you set the KeyPreview property of the Form to True. This will make keyboard events occur on the form, before the active control....http://delphi.about.com/b/a/258046.htm Your first Delphi Game: Tic-Tac-Toe- June 13, 2008 Delphi Games :: Tic Tac Toe is a traditional game, played by two opponents that alternately place X's and O's into 3x3 playing field. Before the game starts, players have...http://delphi.about.com/b/a/062991.htm How to Protect your Delphi Software Projects- June 12, 2008 in Delphi Apps :: This article is for those Delphi developers who want to know more about issues on protection from any unauthorized usage. The idea is to present you...http://delphi.about.com/b/a/258045.htm |