Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
Questionrefrence type & Value type which better and why? Pin
monafr8122-Oct-07 10:33
monafr8122-Oct-07 10:33 
AnswerRe: refrence type & Value type which better and why? Pin
Pete O'Hanlon22-Oct-07 10:48
mvePete O'Hanlon22-Oct-07 10:48 
GeneralRe: refrence type & Value type which better and why? Pin
Anthony Mushrow22-Oct-07 12:29
professionalAnthony Mushrow22-Oct-07 12:29 
AnswerRe: refrence type & Value type which better and why? Pin
Christian Graus22-Oct-07 12:55
protectorChristian Graus22-Oct-07 12:55 
AnswerRe: refrence type & Value type which better and why? Pin
Colin Angus Mackay22-Oct-07 23:33
Colin Angus Mackay22-Oct-07 23:33 
AnswerRe: refrence type & Value type which better and why? Pin
alisolution23-Oct-07 0:45
alisolution23-Oct-07 0:45 
QuestionKilling or launching a process remotely Pin
InvalidTypecast22-Oct-07 9:21
InvalidTypecast22-Oct-07 9:21 
AnswerRe: Killing or launching a process remotely Pin
Dave Kreskowiak22-Oct-07 9:27
mveDave Kreskowiak22-Oct-07 9:27 
InvalidTypecast wrote:
The problem I am running into is that Process.Kill is not supported on remote machines. Additionally, I am not sure if I am able to launch the process through Process.Start either.


Neither is starting a remote process, for the obvious security implications.

You can start a NON-INTERACTIVE process remotely using the WMI Win32_Process class. But, again, the user will NOT see any indication that the process is running. It will not be allowed to put up ANY user interface at all.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Killing or launching a process remotely Pin
InvalidTypecast22-Oct-07 9:47
InvalidTypecast22-Oct-07 9:47 
GeneralRe: Killing or launching a process remotely Pin
Giorgi Dalakishvili22-Oct-07 9:58
mentorGiorgi Dalakishvili22-Oct-07 9:58 
GeneralRe: Killing or launching a process remotely Pin
Dave Kreskowiak22-Oct-07 9:58
mveDave Kreskowiak22-Oct-07 9:58 
QuestionRetrieving DateTaken for Image Pin
Dino2Dino22-Oct-07 7:47
Dino2Dino22-Oct-07 7:47 
AnswerRe: Retrieving DateTaken for Image Pin
Luc Pattyn22-Oct-07 8:44
sitebuilderLuc Pattyn22-Oct-07 8:44 
GeneralRe: Retrieving DateTaken for Image [modified] Pin
Dino2Dino22-Oct-07 8:55
Dino2Dino22-Oct-07 8:55 
GeneralRe: Retrieving DateTaken for Image Pin
Luc Pattyn22-Oct-07 10:28
sitebuilderLuc Pattyn22-Oct-07 10:28 
GeneralRe: Retrieving DateTaken for Image Pin
Dino2Dino22-Oct-07 12:20
Dino2Dino22-Oct-07 12:20 
GeneralRe: Retrieving DateTaken for Image Pin
Luc Pattyn22-Oct-07 12:53
sitebuilderLuc Pattyn22-Oct-07 12:53 
GeneralRe: Retrieving DateTaken for Image Pin
Dino2Dino22-Oct-07 13:17
Dino2Dino22-Oct-07 13:17 
QuestionEnqueue Dequeue Urgent Pin
s3rro22-Oct-07 7:37
s3rro22-Oct-07 7:37 
AnswerRe: Enqueue Dequeue Pin
Guffa22-Oct-07 11:09
Guffa22-Oct-07 11:09 
GeneralRe: Enqueue Dequeue Pin
lmoelleb22-Oct-07 21:25
lmoelleb22-Oct-07 21:25 
JokeRe: Enqueue Dequeue Pin
Guffa23-Oct-07 4:09
Guffa23-Oct-07 4:09 
Questionlist of websites is open now Pin
microgroup22-Oct-07 7:34
microgroup22-Oct-07 7:34 
QuestionUse String as Object Pin
linda.scholtz22-Oct-07 7:01
linda.scholtz22-Oct-07 7:01 
AnswerRe: Use String as Object Pin
Ennis Ray Lynch, Jr.22-Oct-07 7:25
Ennis Ray Lynch, Jr.22-Oct-07 7:25 

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.