Sortland Automasjon
SplashScreen - exe - src - Arnulf Sortland
When you create a Delphi program you need a SplashScreen. This example use a LOGO stored as GIF in a resource file. If it is a simple logo, the GIF files are smaller than other graphic formats. (If you store the file inside the Form, I think it is stored as BMP).

VersionInfo - exe - src - Arnulf Sortland
In your about box you need to show version information. Delphi 4 "auto-increment build number", to make use of this feature and read back the information runtime look at this example. This example also shows how to use the program icon in the about box.

DropFiles - exe - src - Arnulf Sortland
A nice feature to your program is to allow users to drop files from the Explorer into your program.

YourContribution - EXE - SRC - YourName
This is a description in short form, here a ScreenShoot the program.

Download all 'Delphi' examples , store the 'Snippets.zip' to your '\Sortland\Delphi\' folder, and extract using the right mouse button, and select the 'Extract to E:\Sortland\Delphi\Snippets\' folder. (make sure the 'Use folder names' (-S) option is on).

Delphi Snippets - jun 1999 - Arnulf Sortland