Skip to main content

Using a Mutex to detect if other application instances are running (.NET COBOL)

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

Example of how to use the .NET Framework Mutex class to detect if more than 1 instance of an application running.

Resolution:

Tested with Net Express 5

================

INTRODUCTION

==========

Example of how you can use the .Net Framework Mutex class to detect if you have more than 1 instance of an application running.

                                                                      

REQUIREMENTS:

==========

Visual Studio 2005 and .NET Framework

==========================================================

Keywords: demonstration, sample, example, demo, AppInstance.zip , Mutex

demo.ex

demo.me

demo.ne

demo.se

Attachments:

AppInstance.zip

Old KB# 4398