Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7161733
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:36:59+00:00 2026-05-28T13:36:59+00:00

I have a splash screen on the application and on that form. I have

  • 0

I have a splash screen on the application and on that form. I have a timer.

Private Sub Splash_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

   SplashTimer.Start()

   ' Set application title
   ' Set Version
 Me.Show()
        'Me.Refresh()
        'System.Threading.Thread.Sleep(2000)
        'Login.ShowDialog()
        'Login.AllowTransparency = True
  End Sub

Interval on the timer is set to 5000.

  Private Sub SplashTimer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SplashTimer.Tick
        SplashTimer.Stop()
        Login.Show()
        Login.AllowTransparency = True
        Me.Hide()
    End Sub

I set breakpoint here but it doesn’t seem to hit this breakpoint. I uncommented Me.Refresh()

Splash screen is closing. Then Login is shown with a continue button. When you click continue
button

MainMenu.Show() 'this form should be shown as this is the main window of the application but it's not showing.
            Me.Close() 'closes login window

No window shows up and the application is hanging.
Any inputs will be greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T13:37:00+00:00Added an answer on May 28, 2026 at 1:37 pm

    I would suggest using the built in Splash Screen that is provided by Visual Studio:

    Go to the “Projects” menu and select “Add Windows Form” and select the Splash Screen template:

    enter image description here

    Then in the Project’s Application settings, select that form to be the Splash screen:

    enter image description here

    Your start up form should be your login form, not the splash screen form.

    Update:

    Click on the “View Application Events” button on the last image from your My Project’s Application screen and add this code to set the MinimumSplashScreenDisplayTime value:

    Imports System.Collections.ObjectModel
    
    Namespace My
      Partial Friend Class MyApplication
        Protected Overrides Function OnInitialize(commandLineArgs As ReadOnlyCollection(Of String)) As Boolean
          Me.MinimumSplashScreenDisplayTime = 5000
          Return MyBase.OnInitialize(commandLineArgs)
        End Function
      End Class
    End Namespace
    

    Your splash screen will remain on the screen for 5000 milliseconds, or 5 seconds.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application. First I display a splash screen, a form, and this
I have a Android application that requires a splash screen. I have a simple
In a C# windows forms application. I have a splash screen with some multi-threaded
I want a splash screen to show while the application is loading. I have
I have a label on a splash screen that is displayed for 4 seconds.
I have a wx application which I just added a splash screen to, the
I have a splash screen which appears for a few seconds before the application
I have a splash screen for my swing application and wrote the below manifest
i have added a splash screen to my application by adding Default.png. the splash
I have an application which uses 2 forms, a Main Form and a Splash

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.