19,155 tutorials online
12 tutorials pending review
763 dead links removed





How to write your own splash screen in less than 2 minutes

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.






Other Tutorials From This Category
    How to Print Preview a TRichEdit
    Turbo Delphi Tutorial: For Novice and Non-Programmers
    How to get File Summary Info
    A Beginner's Guide to Delphi Programming
    Implementing Shell Search Handler in Delphi
    Installing Turbo Delphi 2006 Explorer
    An Introduction to Delphi
    How to get File Summary Info
    How to write your own splash screen in less than 2 minutes