aspx_professional thread: Process Question
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");
|





