Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to kill process client in windows appliaction [server/client]

thank you
Posted

If you mean how to kill client,
modify your server and client to make possible following:
- send by server some original string/command, that will be recognized by client as exitcommand, and then Close();
If you mean how to kill process by client, that(process) is running on server side
http://www.dreamincode.net/code/snippet1543.htm

How I done it some when:
- send by client string says "process?"
- server receiving this string creates process list, store they in Array
and transfer to client as striing, using, says, "?" or "\" as separator.
Client create this list and needed process was killed by sending its Array index.
So you need also Google for "process list C#".
 
Share this answer
 
v7
Comments
bankkubb 19-Sep-10 15:03pm    
Task manager shows the client server computer screen about the program control computer or internet cafe.
Task manager shows the client server computer screen about the program control computer or internet cafe.
 
Share this answer
 
Comments
[no name] 19-Sep-10 15:33pm    
If you see the screen of remote machine, then:
http://bytes.com/topic/net/answers/501540-simulate-mouse-movements-click-operations-c
or I not understood your English;)
bankkubb 19-Sep-10 15:37pm    
remote computer client......
[no name] 19-Sep-10 16:04pm    
If question is not solved - click REJECT on my answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900