Posts Tagged ‘.NET’

Prevent starting multiple instances of a Windows Forms application.

Thursday, October 30, 2008 11:52 No Comments

There are situations where you do not want a user to start multiple instances of the same Windows Forms application more then once. There are solutions for this out there, that require writing some file and locking it (sort of File Share Witness thingy) and solution that check the running processes on the machine. (What [...]

This was posted under category: Windows Tags: , , ,