Issue with Visual Studio 2022 Splash Screen

Sean Fitzpatrick 11 Reputation points
2022-11-07T18:09:08.973+00:00

Hello,

So I'm taking an online visual basic introductory course at my school and the lesson this week involves using splash screens. I have no problem adding the splash screen to the program, however there is no place to set it to start before the main form loads and then transition to the main form. There is no splash screen option on the properties screen when I right click on the project name in the solution window. I found an option for startup object but when I choose the splash screen for that it just sits there. I cannot find where to enable the splash screen at all.

I sent an email to my professor about it but I am also continuing to search on the off chance I find the solution before he gets back to me.

Anyone have an idea how to solve this?

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,568 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Castorix31 81,721 Reputation points
    2022-11-07T18:51:35.097+00:00

    This works for me : WindowsFormsApplicationBase.SplashScreen
    (added in Partial Friend Class MyApplication)

    1 person found this answer helpful.
    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Jiachen Li-MSFT 26,506 Reputation points Microsoft Vendor
    2023-03-22T07:33:25.27+00:00

    Hi,
    Please update your Visual Studio 2022 to latest version.
    Then refer the following steps.

    To add a splash screen template

    1. Select a project in Solution Explorer, and then on the Project menu, click Add New Item.
    2. 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

    1. Select a project in Solution Explorer, and then on the Project menu, click Properties.
    2. Click the Application tab.
    3. Under Windows application framework properties, in the Splash screen: list, click the form that you want to use as a splash screen.

    Best Regards.
    Jiachen Li


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments