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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:38:33+00:00 2026-05-10T20:38:33+00:00

I have a loader.exe with Main() that loads the ‘UI’ in WPF, the thing

  • 0

I have a loader.exe with Main() that loads the ‘UI’ in WPF, the thing is that I want only one instance of the loader.exe, how can I achieve it?

Is there a way a user clicks loader.exe it should check if an existing loader.exe is running and does nothing.

currently I have

loader.exe

with

main()  .... .. Load UI ... 

the loader has no idea what its loading etc so I can’t do many things with the loader project…

Any help n code is highly appreciated

Thanks in advance.

  • 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. 2026-05-10T20:38:34+00:00Added an answer on May 10, 2026 at 8:38 pm

    We use the following C# code to detect if an application is already running:

    using System.Threading;  string appSpecificGuid = '{007400FE-003D-00A5-AFFE-DA62E35CC1F5}';     bool exclusive; Mutex m = new Mutex(true, appSpecificGuid, out exclusive); if (exclusive) {     // run } else {     // already running } 

    Regards, tamberg

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

Sidebar

Related Questions

I have a custom class loader so that a desktop application can dynamically start
I have a list of images that i’ve loaded with the Loader class, but
I'm on Windows and I'm trying ahead of time compilation on Main.exe that's been
I have a script that appends some rows to a table. One of the
I have an EXE loaded into a byte array, and I am trying to
What? I have a DLGTEMPLATE loaded from a resource DLL, how can I change
I have a solution that is deployed using ClickOnce. It consists of an application,
I have a loop in a BackgroundWorker that saves some stuff via xml Serialization
I have a question on shared libraries vs static libraries loading time. Assume that
OK, so I have a .NET project that uses plugins. The plugins are implemented

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.