Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
GeneralWeb Controls Not Shown Pin
JoeMcK10-Dec-02 12:09
JoeMcK10-Dec-02 12:09 
GeneralRe: Web Controls Not Shown Pin
Zathrus12-Dec-02 23:22
Zathrus12-Dec-02 23:22 
GeneralRe: Web Controls Not Shown Pin
JoeMcK13-Dec-02 11:52
JoeMcK13-Dec-02 11:52 
Questionwho to get window directory path programatically? Pin
imran_rafique10-Dec-02 9:39
imran_rafique10-Dec-02 9:39 
AnswerRe: who to get window directory path programatically? Pin
David Stone10-Dec-02 10:22
sitebuilderDavid Stone10-Dec-02 10:22 
AnswerRe: who to get window directory path programatically? Pin
Karavaev Denis10-Dec-02 20:54
Karavaev Denis10-Dec-02 20:54 
QuestionProcess? Pin
imran_rafique10-Dec-02 9:37
imran_rafique10-Dec-02 9:37 
AnswerRe: Process? Pin
Rob Graham10-Dec-02 12:50
Rob Graham10-Dec-02 12:50 
I'm not entirely clear on what you are trying to do here, but I suspect that you want this process to run in the other box, not in your local box. I also suspect that when the target exe was on a mapped drive, it ran in your box, rather than on the remote node. If my guesses are correct, then this is not something you can accomplish with a local process object in your box. You will, instead need to use remoting (see the help on System.Remoting namespace). This is a bit more complicated, because what you are describing makes yourr machine the 'client' and all others the 'server' in a remoting scenario. this means you would need some always running 'listener' task on all the remote machines to provide a tcp or udp reciever for the 'run' command, the 'listener' would actually create the process object and start the target.

If you really just want a local process that was started by loading the executable located on the remote computer into local memory, then you would at least have to share the folder on the remote machine, and at least temporarily (net use or the equivalent API call) map it.


If none of this makes sense, then perhaps If you provided some more detail on exactly what you are trying to do and the rational for the "same path" requirement...

Smile | :) Confused | :confused:



R
GeneralRe: Process? Pin
David Stone10-Dec-02 13:58
sitebuilderDavid Stone10-Dec-02 13:58 
GeneralRe: Process? Pin
Rob Graham10-Dec-02 15:09
Rob Graham10-Dec-02 15:09 
GeneralRe: Process? Pin
imran_rafique11-Dec-02 11:56
imran_rafique11-Dec-02 11:56 
Questionvirtual mode? Pin
User 988510-Dec-02 8:05
User 988510-Dec-02 8:05 
GeneralDelegates or objects Pin
User 988510-Dec-02 7:53
User 988510-Dec-02 7:53 
GeneralRe: Delegates or objects Pin
leppie10-Dec-02 8:29
leppie10-Dec-02 8:29 
GeneralRe: Delegates or objects Pin
User 988510-Dec-02 9:03
User 988510-Dec-02 9:03 
GeneralRe: Delegates or objects Pin
leppie10-Dec-02 11:27
leppie10-Dec-02 11:27 
GeneralXml Documentation Pin
afronaut10-Dec-02 7:06
afronaut10-Dec-02 7:06 
GeneralRe: Xml Documentation Pin
Not Active10-Dec-02 7:24
mentorNot Active10-Dec-02 7:24 
GeneralRe: Xml Documentation Pin
Kannan Kalyanaraman10-Dec-02 22:14
Kannan Kalyanaraman10-Dec-02 22:14 
GeneralWeb Service authentication issue Pin
Craig James10-Dec-02 4:37
Craig James10-Dec-02 4:37 
GeneralRe: Web Service authentication issue Pin
OBRon11-Dec-02 9:58
OBRon11-Dec-02 9:58 
GeneralOwnderDraw ComboBox Pin
mikasa10-Dec-02 3:27
mikasa10-Dec-02 3:27 
GeneralCast an Array to a Treenode Array Pin
Paul Watson10-Dec-02 1:15
sitebuilderPaul Watson10-Dec-02 1:15 
GeneralRe: Cast an Array to a Treenode Array Pin
James T. Johnson10-Dec-02 1:28
James T. Johnson10-Dec-02 1:28 
GeneralRe: Cast an Array to a Treenode Array Pin
Paul Watson10-Dec-02 1:32
sitebuilderPaul Watson10-Dec-02 1:32 

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.