Splash Screen Foundation Class

Category Misc Forms
Default Catalog Visual FoxPro Catalog\Foundation Classes\Dialogs
Class _splash
Base Class Form
Class Library _dialogs.vcx
Parent Class _form
Sample ...\Samples\Solution\Ffc\dialogs.scx

Remarks

This class, when placed in an project, provides a simple Splash Screen for custom applications.

To use, drop the class on a project or, from the Component Gallery Item Shortcut Menu, select Create Form or Add to Project. When you drop the class on a project, you can choose between adding the class, creating a subclass, or creating a form. When you choose Create a new form from the selected class, Visual FoxPro displays an Open dialog box so you can specify the name of the form, then creates and opens the form in the Form Designer.

Properties, Events, Methods Description
nDuration property Specifies the duration (in seconds) to
display the screen.
Default: 3

See Also

Guidelines for Using Visual FoxPro Foundation Classes | Visual FoxPro Foundation Classes A-Z | Visual FoxPro Foundation Class Samples