CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2002
    Posts
    121

    instance of application

    How can I ensure that there is only one instance of an application open for user?

  2. #2
    Join Date
    Dec 2000
    Location
    Slovakia
    Posts
    1,043

  3. #3
    Join Date
    May 2002
    Posts
    121
    Thanks!

  4. #4
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    looking at your stuff you will need
    to use Mutex,

    by using it you will be able to control one copy of ur instance
    check it by
    isanyinstance method .

    checkout
    System.Diagnostic.Process also

    Paresh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured