Click here to Skip to main content
16,007,885 members
Home / Discussions / C#
   

C#

 
GeneralC# Winform WebClient identification Pin
papouAlain5-Jul-05 7:17
papouAlain5-Jul-05 7:17 
GeneralRe: C# Winform WebClient identification Pin
papouAlain6-Jul-05 4:12
papouAlain6-Jul-05 4:12 
Generalprogress bar Pin
steve_rm5-Jul-05 6:42
steve_rm5-Jul-05 6:42 
GeneralRe: progress bar Pin
Alex Korchemniy5-Jul-05 7:29
Alex Korchemniy5-Jul-05 7:29 
GeneralRe: progress bar Pin
Dave Kreskowiak5-Jul-05 7:29
mveDave Kreskowiak5-Jul-05 7:29 
GeneralRe: progress bar Pin
Roy Heil5-Jul-05 10:32
professionalRoy Heil5-Jul-05 10:32 
GeneralProcess.Start Pin
StrayGrey5-Jul-05 5:51
StrayGrey5-Jul-05 5:51 
GeneralRe: Process.Start Pin
Dave Kreskowiak5-Jul-05 6:16
mveDave Kreskowiak5-Jul-05 6:16 
StrayGrey wrote:
Process.Start appears to only be able to start a process on the same machine

True. Otherwise this is a HUGE security risk.


StrayGrey wrote:
Is there a way to start a process or preferably a php program on a remote machine.

You would need to use WMI and the System.Management namespace to launch a remote executable. You'd also need to provide credentials to an account that has administrator rights to the target machine.

Win32_Process[^] WMI class, Create method.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Generalone little and stupid question Pin
Umair Ahmad khan5-Jul-05 5:45
Umair Ahmad khan5-Jul-05 5:45 
GeneralRe: one little and stupid question Pin
Dave Kreskowiak5-Jul-05 6:02
mveDave Kreskowiak5-Jul-05 6:02 
GeneralRe: one little and stupid question Pin
Umair Ahmad khan5-Jul-05 7:21
Umair Ahmad khan5-Jul-05 7:21 
GeneralRe: one little and stupid question Pin
Dave Kreskowiak5-Jul-05 7:30
mveDave Kreskowiak5-Jul-05 7:30 
GeneralRe: one little and stupid question Pin
Judah Gabriel Himango5-Jul-05 8:12
sponsorJudah Gabriel Himango5-Jul-05 8:12 
QuestionHow can i access (parallel or serial ports) in C# Pin
arsaldear5-Jul-05 4:47
arsaldear5-Jul-05 4:47 
AnswerRe: How can i access (parallel or serial ports) in C# Pin
Judah Gabriel Himango5-Jul-05 4:52
sponsorJudah Gabriel Himango5-Jul-05 4:52 
QuestionValidation ...How to do? Pin
just4ulove75-Jul-05 3:00
just4ulove75-Jul-05 3:00 
Generalproperty creation Pin
deep75-Jul-05 1:56
deep75-Jul-05 1:56 
GeneralRe: property creation Pin
MoustafaS5-Jul-05 2:39
MoustafaS5-Jul-05 2:39 
GeneralRe: property creation Pin
deep75-Jul-05 20:18
deep75-Jul-05 20:18 
GeneralRe: property creation Pin
deep75-Jul-05 20:18
deep75-Jul-05 20:18 
Generalhelp me plz Pin
romantic boy5-Jul-05 1:48
romantic boy5-Jul-05 1:48 
GeneralRe: help me plz Pin
Nikhil mandalia5-Jul-05 2:11
Nikhil mandalia5-Jul-05 2:11 
GeneralRe: help me plz Pin
romantic boy5-Jul-05 3:16
romantic boy5-Jul-05 3:16 
GeneralRe: help me plz Pin
romantic boy5-Jul-05 5:04
romantic boy5-Jul-05 5:04 
GeneralRe: help me plz Pin
romantic boy5-Jul-05 9:26
romantic boy5-Jul-05 9:26 

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.