is this possible ...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

i have 2 jobs running in the background and you can see them in task
manager. is there a way i can create a quick windows form to show the status
of just those 2 jobs to show that their running?

where would i start? or is there a better way to handle?

thanks,
rodchar
 
rodchar said:
i have 2 jobs running in the background and you can see them in task
manager. is there a way i can create a quick windows form to show the
status
of just those 2 jobs to show that their running?

You can use the 'System.Diagnostics.Process' class to get 'Process' objects
for the processes and check their status. Nevertheless, checking
possibilities are very limited except the programms offer a way to query
their state.
 
thank you i'll look into it.

Herfried K. Wagner said:
You can use the 'System.Diagnostics.Process' class to get 'Process' objects
for the processes and check their status. Nevertheless, checking
possibilities are very limited except the programms offer a way to query
their state.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

is this even possible? 4
run form without this 2
task manager inquiry 6
wondering if this is possible... 4
form image 4
is this even possible 2
is there a way to do this 4
is it possible... 5

Back
Top