Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Process Question


Message #1 by "Rich K" <rich@r...> on Thu, 10 Oct 2002 00:52:21 -0400
Could someone tell me why the following line of code checks my A: drive
everytime it is run.
I am simply trying to see if a process is running or not. The line works but
every time the button is clicked that executes this line of code my a: drive
is checked. Is this a bug? Thanks for your help in advance.

Process[] myProcesses = Process.GetProcessesByName("MyProgram");


  Return to Index