SplashBitmap Property
.NET Framework 2.0
Specifies a bitmap image (.bmp) or JPEG image to be displayed on the Splash user interface dialog box during installation.
This property is set in the Select Item in Project dialog box. You must add the file containing the bitmap to the project in order for it to be available in the Select Item in Project dialog box.
For best results, you should use a bitmap with dimensions of 480 pixels wide by 320 pixels high. Bitmaps with different dimensions will be stretched or shrunk to fit and may appear distorted.
Caution |
|---|
| The bitmap specified in the SplashBitmap property provides the only user interface for the Splash dialog box. If you do not specify a bitmap, the dialog box will be blank. |
Caution