The splash screen is not working properly

я да 46 Reputation points
2022-12-14T09:48:49.97+00:00

I want to make a splash screen for my application in Visual Basic. I added a form, made it a splash screen in the project properties. Everything worked as it should: the splash screen appeared first, and when it disappeared, the main form was launched. But now, for some reason, they appear at the same time. What should I do to fix it?

Developer technologies | VB
{count} votes

2 answers

Sort by: Most helpful
  1. 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

  2. Jiachen Li-MSFT 34,221 Reputation points Microsoft External Staff
    2023-03-22T04:07:56.5066667+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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.