need suggestions

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

Guest

Hello MVPs:
how to develop a programm like windows task manager?some features:
get process infomation at a fixed schedule. according to conditions start a
task or stop a task.
i need suggestions and resource about it.I am not clearly figure out
how it will like?

Thanks in advance.
 
Hi Maximus!

ms-help://MS.VSCC.v80/MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.NETDEVFX.v20.en/dv_fxgenref/html/06a4ae8c-eeb2-4d5a-817e-b1b95c0653e1.htm

good reading...
 
do you have direct links???

Lloyd Dupont said:
Hi Maximus!

ms-help://MS.VSCC.v80/MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.NETDEVFX.v20.en/dv_fxgenref/html/06a4ae8c-eeb2-4d5a-817e-b1b95c0653e1.htm

good reading...
 
thanks for your advices.
i do not have msdn installed,but i use msdn online document and i also go to
codeproject search for resource.
it seems you are at the other part of the earth.i come you gone.you come i
gone.

i want to know is there any other solutions not using remoting??
 
I was not speaking of MSDN!
I was speaking of the documentation coming with the .NET SDK!
Go on the Start Menu -> Program -> Microsoft .NET Framework SDK v(1/2?) ->
Documentation

nobody can help you if you don't learn to help yourself with all the
documentation available first!!!!
if you don't have it, that's weird!....
maybe you should reinstall the .NET SDK:
http://msdn.microsoft.com/netframework/downloads/updates/default.aspx
(remember choose the SDK)

anyway for some reason I was mislead and send you Remoting link... :/

so

1st: use the .NET SDK documentation and type 'performance counter' in the
index view
2nd: MSND online link:
http://msdn.microsoft.com/library/d...bconchoosingrighttypeofperformancecounter.asp

and 3rd, still the code project, of course:
http://www.codeproject.com/dotnet/perfcounter.asp


yep, I am in Australia and we are on the far away from any one here!
 
Back
Top