Results 1 to 1 of 1

Thread: check if my application is running

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member vbzero's Avatar
    Join Date
    Aug 2000
    Location
    Vienna
    Posts
    347

    Question check if my application is running

    VB Code:
    1. If App.PrevInstance = True Then
    2. End
    3. End If

    This is the code that closes the application when it's already
    running.

    My question is: What code do I use in C# for that?

    thx!
    Last edited by vbzero; Apr 6th, 2002 at 12:59 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