
September 12th, 2010, 08:00 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 41,483
Time spent in forums: < 1 sec
Reputation Power: 47
|
|
|
How to write your own splash screen in less than 2 minutes
This is a basic and very short tutorial for creating your own splash screen. The best way to learn Delphi is to have an example, and study the code. Following this tutorial, you will learn to create a splash screen, that can be disabled by un checking a check box on the mainform, it makes use of an Inifile to store the value and enable and disable the appearance of the Splash screen. About the included example, to test the splash screen a simple restartbutton was added to it, in order to make that work Shellapi was added to the uses clausule of Form1.
Read the full article here: How to write your own splash screen in less than 2 minutes
|