About Delphi ProgrammingDelphi ProgrammingPong 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/2008/06/24/pong-game-fancy-delphi-application-contest-entry-35.h... 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/2008/06/23/calculating-the-zodiac-sign-from-the-birth-date.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/2008/06/21/get-the-filename-of-the-process-that-is-currently-exe... 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/2008/06/20/create-multiple-document-interface-applications-using... 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/2008/06/19/monitoring-system-shell-changes-using-delphi.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/2008/06/17/take-a-break-installer-fancy-delphi-application-conte... 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/2008/06/16/windows-title-bar-changer-fancy-delphi-application-co... 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/2008/06/14/close-your-delphi-application-with-the-esc-key.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/2008/06/13/your-first-delphi-game-tictactoe.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/2008/06/12/how-to-protect-your-delphi-software-projects.htm |