How do I...?

Show a Splash Image

To display a splash image using AutoPlay Media Studio:

  1. Insert the following code into any event in your application:

Dialog.SplashImage("AutoPlay\\Images\\splash.jpg", 5, false);

Tip: To display the splash image before your application loads, insert the above code into the On Startup event of the project actions.