Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: Handling multiple clients via Sockets Pin
Jacob D Dixon27-Mar-11 5:43
Jacob D Dixon27-Mar-11 5:43 
GeneralRe: Handling multiple clients via Sockets Pin
BobJanova28-Mar-11 11:54
BobJanova28-Mar-11 11:54 
AnswerRe: Handling multiple clients via Sockets Pin
Rob Philpott22-Mar-11 0:39
Rob Philpott22-Mar-11 0:39 
GeneralRe: Handling multiple clients via Sockets Pin
Jacob D Dixon27-Mar-11 5:44
Jacob D Dixon27-Mar-11 5:44 
QuestionEnding all processes including hidden ones Pin
teknolog12320-Mar-11 0:16
teknolog12320-Mar-11 0:16 
AnswerRe: Ending all processes including hidden ones Pin
Dave Kreskowiak20-Mar-11 4:28
mveDave Kreskowiak20-Mar-11 4:28 
AnswerRe: Ending all processes including hidden ones Pin
Eddy Vluggen20-Mar-11 4:38
professionalEddy Vluggen20-Mar-11 4:38 
AnswerRe: Ending all processes including hidden ones Pin
Luc Pattyn20-Mar-11 10:27
sitebuilderLuc Pattyn20-Mar-11 10:27 
Two comments:

1.
for your code to be a bit successful, it should not kill itself; so at least check Process p isn't your own process!

2.
it sounds to me you need a Windows service; it could keep track of the processes that get created by the user, and then it could kill those, and their dependants, whenever you must.

Don't ask me for more details, I have none to offer; I'm not in to this kind of computer (ab)use at all.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

Questionsomething very Strange in Webservice and windows-ce connection Pin
Gali197818-Mar-11 21:51
Gali197818-Mar-11 21:51 
AnswerRe: something very Strange in Webservice and windows-ce connection Pin
Henry Minute19-Mar-11 10:26
Henry Minute19-Mar-11 10:26 
Questionhow to force IIS_IUSER full control by making setup & deploy project ? Pin
Gali197818-Mar-11 9:38
Gali197818-Mar-11 9:38 
AnswerRe: how to force IIS_IUSER full control by making setup & deploy project ? Pin
Dave Kreskowiak18-Mar-11 10:35
mveDave Kreskowiak18-Mar-11 10:35 
AnswerRe: how to force IIS_IUSER full control by making setup & deploy project ? Pin
Keith Barrow19-Mar-11 9:32
professionalKeith Barrow19-Mar-11 9:32 
AnswerRe: how to force IIS_IUSER full control by making setup & deploy project ? Pin
Bernhard Hiller20-Mar-11 21:21
Bernhard Hiller20-Mar-11 21:21 
QuestionPayPal and Backup recovery Pin
mageba18-Mar-11 7:28
mageba18-Mar-11 7:28 
AnswerMy Vote of 1 Pin
Keith Barrow18-Mar-11 10:29
professionalKeith Barrow18-Mar-11 10:29 
AnswerRe: PayPal and Backup recovery Pin
Richard MacCutchan18-Mar-11 10:47
mveRichard MacCutchan18-Mar-11 10:47 
GeneralRe: PayPal and Backup recovery Pin
OriginalGriff18-Mar-11 21:47
mveOriginalGriff18-Mar-11 21:47 
Questionre: Is there anything built in for distributed applications? Pin
SledgeHammer0118-Mar-11 6:46
SledgeHammer0118-Mar-11 6:46 
AnswerRe: re: Is there anything built in for distributed applications? Pin
Henry Minute18-Mar-11 10:49
Henry Minute18-Mar-11 10:49 
AnswerRe: re: Is there anything built in for distributed applications? Pin
Mycroft Holmes18-Mar-11 22:08
professionalMycroft Holmes18-Mar-11 22:08 
QuestionDeployment Pin
arkiboys18-Mar-11 0:00
arkiboys18-Mar-11 0:00 
AnswerRe: Deployment Pin
Pete O'Hanlon18-Mar-11 0:06
mvePete O'Hanlon18-Mar-11 0:06 
GeneralRe: Deployment Pin
arkiboys18-Mar-11 0:08
arkiboys18-Mar-11 0:08 
GeneralRe: Deployment Pin
Dave Kreskowiak18-Mar-11 1:44
mveDave Kreskowiak18-Mar-11 1:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.