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 943889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T22:30:24+00:00 2026-05-15T22:30:24+00:00

I have this small piece of code. private void Application_Startup(object sender, StartupEventArgs e) {

  • 0

I have this small piece of code.

private void Application_Startup(object sender, StartupEventArgs e)
        {
            WndAbout ab = new WndAbout();
            ab.Show();
        }

And want to show window or dialog at application startup, before other modules will be loaded.

But! When I close the showed window, the main window, which starts later is closed also!

What am I doing wrong? I’ve tried to make Showdialog() – the same situation occred.

  • 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-15T22:30:25+00:00Added an answer on May 15, 2026 at 10:30 pm

    The problem you encounter comes from the way, WPF manages the shutdown.

    You can change the shutdown-behaviour through the …

    Application.Current.ShutdownMode
    

    … property. Change it to an approriate value:

    Application.Current.ShutdownMode = System.Windows.ShutdownMode.OnLastWindowClose;
    

    this will help.

    Another way is to set manually the MainWindow-property to your second window.

    If you want to make a splashscreen only, use the splashscreen option that is available since .net 3.51. IT has the advantage that it is loaded very early in the application loading sequence, much earlier that a window can.

    To do that, open the properties-tab of an image in your project-explorer and set the Build Action to SplashScreen


    Update

    In one of my apps I had a design that also had to show a modal dialog before showing the main window. At this time I didn’t knew about the ShutdownMode-property.

    What I did was I first started a Window that was invisible to the user. This was the first window and it also controled app-livetime (default behaviour of WPF). Out from this window I opened the desired dialog (a window that was showed modal). If this dialog has completed unsuccessfull, I terminated the hidden window and the app completetely closed. If the dialog resulted ok, I created the first MainWindow-instance, the user can work with.

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

Sidebar

Ask A Question

Stats

  • Questions 525k
  • Answers 525k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer About 3 months ago, I was told that I needed… May 16, 2026 at 10:13 pm
  • Editorial Team
    Editorial Team added an answer It sounds like you might want to use Datejs. It… May 16, 2026 at 10:13 pm
  • Editorial Team
    Editorial Team added an answer I would say terms like Controller are basically same names… May 16, 2026 at 10:13 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

peace folks, I have this small piece of jquery based code, that grabs all
I have build.xml for my project, but even this small piece of code <target
I have been battling with this piece of code for literally days now... Would
I have this small function: // Adds to menu public void addMenuToList(int menuVal, string
Let say I have 5 small piece of codes in C. Every time I
I have this small jquery script that does not work if I remove the
I have this small PHP script: <?php session_start(); $var = array(); $var['key'] = 'Var
I need to implement a very small plugin architecture.I am new to MEF so
I have a textField on my stage named 'adBuy', which when clicked I want
The following piece of code seems to unreliably execute and after and undeterministic time

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.