Call another process

  • 29 August 2012
  • 1 reply
  • 0 views

Badge +6

We use visual studio 2010.
I have a process (A) that needs to call another process (B). B is in an entirely different solution than A. Is there a way to  call Process B from Process A? Ive used the IPC event before but only when the processes are within the same solution. Is there a way to call a process that is external to the solution


Reply