How to Create a Startup Screen in Visual FoxProLast reviewed: June 1, 1996Article ID: Q138497 |
The information in this article applies to:
SUMMARYMany Windows-based applications display a startup screen or splash screen during the initialization phase of the application. This startup screen provides a means of displaying information such as product name, product logo, product version information, company name, and so on. In addition, it gives the user the perception of quicker application startup time. This article gives the steps for creating a custom application startup screen that will display for a specified interval of time during application initialization. This form will not supress the FoxPro system menu or the FoxPro title bar when run within an executable file.
MORE INFORMATION
Step-by-Step Procedure for Creating a Custom Startup ScreenYou can use the Visual FoxPro Forms Designer to create the custom application startup screen.
To incorporate this startup screen into an application, add the following code to the beginning of the applications main program:
DO FORM <startup screen form name>Now when the application is run, the startup screen should display for the amount of time specified in the timer's Interval property.
|
Additional reference words: VFoxMac 3.00b 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |