Friday, March 12, 2004 - Posts

Ensuring a single instance of your .Net application

Very simple article on how to use a Mutex to keep your . Net application as a single running instance.

http://www.ai.uga.edu/mc/SingleInstance.html

This is relevant to me since I am developing a Tablet based application, and that pen is really not easy to use! Users frequently stab the screen so much that two or three instances are not uncommon.