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

  • SEARCH
  • Home
  • 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 8971017
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:51:05+00:00 2026-06-15T17:51:05+00:00

Every time I click the No button (here button2_click), the program opens itself again,

  • 0

Every time I click the No button (here button2_click), the program opens itself again, and I cannot figure out why.

private void button2_Click(object sender, EventArgs e)
{
    Process game = new Process();

    game.StartInfo.FileName = "ShovelShovel.exe";
    game.Start();
}

I figured it would launch the game and close, but if I click the button, it just launches my program again. If I click No on that form, then I get a huge list of unhandled exceptions.

Whether I do this.Close(); or Application.Exit(); the program still opens itself.

Can anyone tell me why it would open again? I haven’t altered Program.cs in anyway.

Thank you very much.

  • 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-06-15T17:51:06+00:00Added an answer on June 15, 2026 at 5:51 pm

    Try this: (assuming that the program you are working from is “ShovelShovel Settings.exe” and is the launcher for “ShovelShovel.exe”)

    //launch game
    ProcessStartInfo startInfo = new ProcessStartInfo();
    startInfo.FileName = "ShovelShovel.exe";
    Process p = Process.Start(startInfo);
    
    //close
    this.Close();
    

    Or even just

    Process.Start("ShovelShovel.exe");
    

    If this is still starting the same application, you either have the wrong path, or the exe’s are the same.

    To double check, why dont you go into the directory and execute “ShovelShovel.exe” manually from WindowsExplorer.

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

Sidebar

Related Questions

I am performing the Pythagorean theorem, and every time you click the calculate button,
I have a RichTextBox that I write a string to every time I click
I'm using a form to display XML elements. Every time I click on a
Every time i reset & seed my database it wipes out the standard admin@example.com
I'm simply trying to trigger a new activity from a button click but every
I've declared a String variable test with hi. every time I click on Button1,
Every time a user clicks on a link in a list view unordered list,
I want to have a clock showing current time and refreshes every second. The
Every time when I'm trying to load the .dll in my application, I'm getting
every time I open my Solution in Visual Studio it tries to communicate and

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.