Knowledge.ToString()

Tag: winforms

  • How to run a single instance of WinForm application?

    Following tutorial provides an example to run a single instance of WinForms application using Mutex. There are multiple ways to achieve the same result but this is kind of neat solution in my opinion. Add following SingleInstance class in your project. Here is how to use it in Program.cs > Main function

    |