How to create a new app instance with Process

From: Joe (Joe_at_discussions.microsoft.com)
Date: 12/20/04


Date: Mon, 20 Dec 2004 07:47:25 -0800

I am using the Process class to start the associated program for a specific
file. The Process.Start method reuses an existing running instance of the
Process, and that's not want I want. I always want a new unique instance of
the application to start.



Relevant Pages

  • Re: How to create a new app instance with Process
    ... Imports System.Diagnostics ... Shariq Khan ... >I am using the Process class to start the associated program for a specific ... The Process.Start method reuses an existing running instance of the ...
    (microsoft.public.dotnet.framework)
  • Re: How to create a new app instance with Process
    ... There are 3 static overloads of the Start method in the Process class. ... The Process.Start method reuses an existing running instance of the ... I always want a new unique instance ...
    (microsoft.public.dotnet.framework)