finding CPU time for a specific process

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I have a form with a textbox and i want to populate the
textbox with the CPU time for a program called program.exe
How do i specify showing only the CPU time for the one
executable I want?
 
Chris said:
I have a form with a textbox and i want to populate the
textbox with the CPU time for a program called program.exe
How do i specify showing only the CPU time for the one
executable I want?

Have a look at the methods
System.Diagnostics.Process.GetProcess*
 
Back
Top