|
User Rating:
Not yet rated Source Website: www.delphi7.nl Viewed: 72 times Reported For Abuse / Broken Link: 0 times (Report Link) Rate this tutorial: Description: 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. |