Click here to Skip to main content
15,879,326 members
Articles / Desktop Programming / Windows Forms

Run Only One Copy Of Application

Rate me:
Please Sign up or sign in to vote.
4.92/5 (22 votes)
6 Nov 2011CPOL 27.5K   16  
Yet another way to this is as follows: using System;using System.Collections.Generic;using System.Windows.Forms;using System.Threading;namespace OnlyOneInstance{ static class Program { [STAThread] static void Main() { bool...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions