Click here to Skip to main content
15,905,590 members
Home / Discussions / C#
   

C#

 
AnswerRe: Suggestion Needed for Encryption Pin
stancrm29-May-06 23:10
stancrm29-May-06 23:10 
AnswerRe: Suggestion Needed for Encryption Pin
Darren_29-May-06 23:31
Darren_29-May-06 23:31 
QuestionProblem With DLL Reference Pin
dinesanp@gmail.com29-May-06 22:55
dinesanp@gmail.com29-May-06 22:55 
AnswerRe: Problem With DLL Reference Pin
stancrm29-May-06 23:15
stancrm29-May-06 23:15 
QuestionWebBrowser Control Pin
hung_ngole29-May-06 22:42
hung_ngole29-May-06 22:42 
QuestionHow to retreive the Network group name Pin
Plamen Totev29-May-06 22:39
Plamen Totev29-May-06 22:39 
AnswerRe: How to retreive the Network group name Pin
stancrm29-May-06 23:45
stancrm29-May-06 23:45 
QuestionRead From DataGrid Pin
SysJey29-May-06 22:18
SysJey29-May-06 22:18 
AnswerRe: Read From DataGrid Pin
Daniele Ferrero29-May-06 22:30
Daniele Ferrero29-May-06 22:30 
Questionvalid color Pin
alwz_nikhil29-May-06 21:16
alwz_nikhil29-May-06 21:16 
AnswerRe: valid color Pin
Darren_29-May-06 21:21
Darren_29-May-06 21:21 
AnswerRe: valid color Pin
Guffa29-May-06 21:42
Guffa29-May-06 21:42 
QuestionProblem in TreeList Pin
Dima Filipiuk29-May-06 21:16
Dima Filipiuk29-May-06 21:16 
AnswerRe: Problem in TreeList Pin
leppie30-May-06 1:21
leppie30-May-06 1:21 
QuestionSingleton delaying specific requests while not blocking all others Pin
mihaigheza29-May-06 21:01
mihaigheza29-May-06 21:01 
AnswerRe: Singleton delaying specific requests while not blocking all others Pin
Darren_29-May-06 21:19
Darren_29-May-06 21:19 
GeneralRe: Singleton delaying specific requests while not blocking all others Pin
mihaigheza29-May-06 23:40
mihaigheza29-May-06 23:40 
QuestionRetrieve the H.D.D serial number in C# Pin
ehsan_prog29-May-06 20:33
ehsan_prog29-May-06 20:33 
AnswerRe: Retrieve the H.D.D serial number in C# [modified] Pin
albCode29-May-06 20:56
albCode29-May-06 20:56 
AnswerRe: Retrieve the H.D.D serial number in C# Pin
Darren_29-May-06 20:56
Darren_29-May-06 20:56 
QuestionCommand prompt with fop problem Pin
Support12329-May-06 20:32
Support12329-May-06 20:32 
AnswerRe: Command prompt with fop problem Pin
Darren_29-May-06 20:50
Darren_29-May-06 20:50 
This text 'ReadToEnd assumes that the stream knows when it has reached an end. For interactive protocols, in which the server sends data only when you ask for it and does not close the connection, ReadToEnd might block indefinitely and should be avoided.' was taken from MSDN link here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemIOStreamReaderClassReadToEndTopic.asp[^] it seems like your program is waiting on a termination.

I am not 100% on your code, i know your trying to redirect the response or messages through your program but what if there are none? Maybe you should run the command and have a listener on a seperate thread.

Darren
GeneralRe: Command prompt with fop problem Pin
Support12329-May-06 21:32
Support12329-May-06 21:32 
GeneralRe: Command prompt with fop problem Pin
Support12329-May-06 22:08
Support12329-May-06 22:08 
GeneralRe: Command prompt with fop problem Pin
Darren_29-May-06 22:18
Darren_29-May-06 22:18 

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.