HTCW
« Back to blog
Articles tagged with "singleton"
A Singleton Application with Interprocess Communication in C#
2020-05-01
Creating an application that can run once, but then accept command line args from subsequent runs
Easily Create a Singleton Application in C#
2020-05-01
This tip demonstrates how to create an app that only allows one instance to run at a time