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

    how to determine there is only instance of the program is currently run on the system

    I need to make sure there is only one instance of my program is currently run on the system,what should i do?

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    You should take a look at the following FAQ...

  3. #3
    Join Date
    Mar 2004
    Posts
    43
    Andreas Masur,thank you

  4. #4
    Join Date
    Jan 2002
    Location
    Scaro, UK
    Posts
    5,940
    Please in future consult the FAQ's before asking such an obvious question.

    It only puts unnecessary items into the forum.

    Darwen.
    www.pinvoker.com - PInvoker - the .NET PInvoke Interface Exporter for C++ Dlls.

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