Is there splash screen sound effects in Visual Studio 2008?

Asked By 20 points N/A Posted on -
qa-featured

I am currently setting up the installer for my C# desktop application. I was wondering if I can put splash screen sound effects. In case it is, would the sound file have an effect on the speed of installation?

SHARE
Answered By 0 points N/A #192614

Is there splash screen sound effects in Visual Studio 2008?

qa-featured

Splash screens are often used to display information to a user while an application is loading. Visual Basic provides a pre-configured Splash Screen from template that you can add to your windows Application project, and a splash Screen property in the project designer that allows you to specify a splash screen for your project.

  • To add a splash screen template.
  • Select a project in Solution Explorer, and then on the project menu, click add new item.
  • In the Add New Item dialog box, select the splash screen template and then click Add. The template is added to your project.
  • To specify a splash screen.
  • Select a project in solution Explorer and then on the project menu click properties.
  • click the Application tab.
  • Under windows application framework properties in the Splash screen:list, click the form that you want to use as a splash screen.

Related Questions