The following are just a few of the many examples of FreeWare demos available from my library. More will be added as time permits. They are provided only as learning tools. Feedback is welcome.
FreeWare (all with source code)
Simple, colorful gradient fill for whole screen. Can easily be converted to screensaver. Fast. |
|
A simple picture organizer. Uses TreeView and PaintBox components. Among other things, demonstrates one way to use node.data property. (See Screen Shot) |
|
A simple label type component with background of varying transparency. This is not a TLabel descendent. Text is flat or a 3D type. A good starting point for a custom transparent label component. (See Screen Shot) |
|
Demo program showing how to draw regions of most any shape from a Tbitmap onto a Timage. (see Screen Shot) |
|
A DelphiX demo game of sorts. Requires DelphiX (Hori's headers) and DirectX6. The game was never completed. |
The following ShareWare examples were the first applications I attempted using Delphi.
ShareWare
Jogger's Log! This is a Win95/98 compatible program developed by a long-time recreational jogger. Even though the main purpose of the program is to track your jogging exploits it can also be used to track walking, bicycle riding, hiking, swimming, etc. Source code requires registration. |
|
With SportsPlus you can develop an 'electronic scrapbook' for your favorite sports topics. You can use it to store player or team statistics, records, player biographies, sports histories, pictures of players or teams, and almost any kind of sports trivia imaginable. Several example projects are provided including a Mark McGwire career summary (home run stats, batting stats, biographies, and pictures) and a history of professional football (from 1920 to the present). Source code requires registration. PageControl example. |