Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
GeneralRe: sending a call to winform Pin
Richard MacCutchan27-May-13 7:32
mveRichard MacCutchan27-May-13 7:32 
GeneralRe: sending a call to winform Pin
Member 1007416127-May-13 11:15
Member 1007416127-May-13 11:15 
GeneralRe: sending a call to winform Pin
Dave Kreskowiak27-May-13 15:58
mveDave Kreskowiak27-May-13 15:58 
QuestionRedirect standard output of a running process Pin
santosh sk26-May-13 1:12
santosh sk26-May-13 1:12 
AnswerRe: Redirect standard output of a running process Pin
Abhinav S26-May-13 6:31
Abhinav S26-May-13 6:31 
GeneralRe: Redirect standard output of a running process Pin
santosh sk27-May-13 16:05
santosh sk27-May-13 16:05 
AnswerRe: Redirect standard output of a running process Pin
Eddy Vluggen26-May-13 8:15
professionalEddy Vluggen26-May-13 8:15 
GeneralRe: Redirect standard output of a running process Pin
santosh sk27-May-13 16:25
santosh sk27-May-13 16:25 
I have gone thru your posted link, but that's just command line aruguments .. What im looking is c# solution.

More details about my case:

1) There is one application (C++, I dont have any control and any authorisation on this application) when we run it in debug mode (by changing some config file) it parellaly opens the command window where all debugging info gets printed.

2) Now, By using my winform app (c#), i need to catch the earlier opened command window (wiz already a running process) then capture its output.

3) Prob Im facing : Since this is already a running process i can't launch it again.. so just iam looping all running process and catching the process what i need by its process name.. there after trying to get its standard output but the error is something like *Standard output can not be redirected.*

what i understand is there is no direct way to achieve it or may be iam missing something.. (dont know even its possible to do)
GeneralRe: Redirect standard output of a running process Pin
Eddy Vluggen28-May-13 9:18
professionalEddy Vluggen28-May-13 9:18 
GeneralRe: Redirect standard output of a running process Pin
santosh sk6-Jun-13 16:24
santosh sk6-Jun-13 16:24 
GeneralRe: Redirect standard output of a running process Pin
Eddy Vluggen6-Jun-13 23:02
professionalEddy Vluggen6-Jun-13 23:02 
QuestionCheck for updates Pin
John_Tadros26-May-13 1:04
John_Tadros26-May-13 1:04 
AnswerRe: Check for updates Pin
Member 1007416126-May-13 1:29
Member 1007416126-May-13 1:29 
AnswerRe: Check for updates Pin
Richard MacCutchan26-May-13 2:36
mveRichard MacCutchan26-May-13 2:36 
AnswerRe: Check for updates Pin
Mycroft Holmes26-May-13 3:34
professionalMycroft Holmes26-May-13 3:34 
AnswerRe: Check for updates Pin
MaulikDusara26-May-13 18:25
MaulikDusara26-May-13 18:25 
Questionvery off bug Pin
Member 1007416125-May-13 22:46
Member 1007416125-May-13 22:46 
AnswerRe: very off bug Pin
SoMad25-May-13 23:36
professionalSoMad25-May-13 23:36 
QuestionWant to chat through ip address Pin
Ramans44425-May-13 21:24
Ramans44425-May-13 21:24 
GeneralRe: Want to chat through ip address Pin
harold aptroot25-May-13 21:30
harold aptroot25-May-13 21:30 
GeneralRe: Want to chat through ip address Pin
Ramans44425-May-13 21:40
Ramans44425-May-13 21:40 
AnswerRe: Want to chat through ip address Pin
dusty_dex26-May-13 0:57
dusty_dex26-May-13 0:57 
QuestionAssign Mutex to each Thread Pin
RoyDoron25-May-13 5:28
RoyDoron25-May-13 5:28 
AnswerRe: Assign Mutex to each Thread Pin
Dave Kreskowiak25-May-13 14:08
mveDave Kreskowiak25-May-13 14:08 
Questionc# question about gui standard location on every screen Pin
User349025-May-13 4:55
User349025-May-13 4:55 

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.