Adding a Splash Screen

Add a splash screen to the Hybrid Web Container.

  1. In Visual Studio Solution Explorer, click the Show All button.
  2. Include all the files in the CustomCode folder.
  3. Modify the code in your copy of the included files.
    • SplashForm – class used to implement the Splash screen. It starts a timer to show the splash image in about one second.
    • SplashBitmap.png – image shown in the splash screen.
    • CustomRes.resx – resource file that contains the image file.
    • CustomizationHelper – class that integrates the Splash Screen into the Hybrid Web Container. When the application starts, CustomizationHelper displays the splash screen.
  4. Rebuild and test your project.