Results 1 to 6 of 6

Thread: Instances...

  1. #1

    Instances...

    Hello.

    I know how to check if a process is running, and how to terminate it, but, how do I determine how many instances of that process are running?

    Thank you.
    Nicholas.
    <br />
    <br />Please join: http://holzstukka.proboards81.com

  2. #2

    Instances...

    well i was lazy actually, i had piece of code which allowed only 1 instance and since then I have nice add on pack freeware which only allows 1 instance of a program, simply by dropping a component on a form.

    pack is called>>GI components, another LMD.

    I know you asked specifically for how to know how many processes, but thought i mention that

  3. #3

    Instances...

    BUMP.
    Nicholas.
    <br />
    <br />Please join: http://holzstukka.proboards81.com

  4. #4

    Instances...

    I think you need to provide more information. Do you need to know how many times the application has been started from within the application or by getting a process list?

    In either case, use Google and Type in "Delphi Process Instance" ( without the quotes ) and you should find something.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  5. #5

    Instances...

    No, I wouldn't run the application from the Delphi application.

    I just want to, for example, check how many instances of notepad are open.
    Nicholas.
    <br />
    <br />Please join: http://holzstukka.proboards81.com

  6. #6

    Instances...

    Search for "Delphi Process List" then
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

Bookmarks

Posting Permissions

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