CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Jun 2004
    Posts
    8

    Question How to running an application just one instance at time?

    Hello.

    I need to run a windows console application (.NET, C#), but avoidding the execution another instance of the same application at same time.

    How to do that?
    Last edited by hlancelot; June 23rd, 2004 at 02:39 PM.

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