Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: Convert int to byte[4] Pin
HAHAHA_NEXT10-Feb-04 4:01
HAHAHA_NEXT10-Feb-04 4:01 
QuestionWhat hook? Pin
Anonymous9-Feb-04 13:51
Anonymous9-Feb-04 13:51 
AnswerRe: What hook? Pin
Mazdak9-Feb-04 19:42
Mazdak9-Feb-04 19:42 
GeneralRelative file paths Pin
dratti9-Feb-04 13:02
dratti9-Feb-04 13:02 
GeneralFunctions and pointers Pin
Kryal9-Feb-04 11:54
Kryal9-Feb-04 11:54 
GeneralRe: Functions and pointers Pin
Marc Clifton9-Feb-04 13:47
mvaMarc Clifton9-Feb-04 13:47 
GeneralBroadcast VS Multicast Pin
HAHAHA_NEXT9-Feb-04 11:07
HAHAHA_NEXT9-Feb-04 11:07 
GeneralRedirected StandardOutput and StandardError hanging Pin
Anonymous9-Feb-04 10:18
Anonymous9-Feb-04 10:18 
I am calling an external app and redirecting the StandardOutput and StandardError streams so that I can capture them and display them in a TextBox. My app hangs in my timer Tick method (set to 20ms) when there is a lot of data on the StandardError stream, it hangs in the ReadLine() method with no warnings or output or anything. It just sits there and doesn't do anything, this also happens with the other Read methods EXCEPT for ReadToEnd() which will work. Unfortunately ReadToEnd() doesn't allow me to dynamically update the TextBox with the output as it comes in from the external process (using Process). When there's only a few lines of output it works fine, so my guess is there's some overflow or something with the data coming in too fast, but I can't figure it out.

I've tried many different things to get this to work with no luck, so am posting here hoping that this is a known issue or some way around this. TIA
GeneralStarting a process on a remote machine with WMI Pin
Paul L C9-Feb-04 9:48
Paul L C9-Feb-04 9:48 
GeneralRe: Starting a process on a remote machine with WMI Pin
scadaguy9-Feb-04 10:49
scadaguy9-Feb-04 10:49 
GeneralLinklabel Pin
c5328699-Feb-04 7:47
c5328699-Feb-04 7:47 
GeneralRe: Linklabel Pin
Mike Ellison9-Feb-04 8:19
Mike Ellison9-Feb-04 8:19 
GeneralRe: Linklabel Pin
Charlie Williams9-Feb-04 9:08
Charlie Williams9-Feb-04 9:08 
GeneralRe: Linklabel Pin
Charlie Williams9-Feb-04 9:03
Charlie Williams9-Feb-04 9:03 
GeneralRe: Linklabel Pin
Anonymous9-Feb-04 14:41
Anonymous9-Feb-04 14:41 
QuestionHow can I detect when a client disconnects from a well known service? Pin
Marc Clifton9-Feb-04 6:13
mvaMarc Clifton9-Feb-04 6:13 
AnswerRe: How can I detect when a client disconnects from a well known service? Pin
LongRange.Shooter9-Feb-04 8:17
LongRange.Shooter9-Feb-04 8:17 
GeneralRe: How can I detect when a client disconnects from a well known service? Pin
Marc Clifton9-Feb-04 8:21
mvaMarc Clifton9-Feb-04 8:21 
GeneralRe: How can I detect when a client disconnects from a well known service? Pin
LongRange.Shooter9-Feb-04 8:26
LongRange.Shooter9-Feb-04 8:26 
AnswerRe: How can I detect when a client disconnects from a well known service? Pin
Tom Larsen9-Feb-04 10:30
Tom Larsen9-Feb-04 10:30 
GeneralRe: How can I detect when a client disconnects from a well known service? Pin
Marc Clifton9-Feb-04 10:58
mvaMarc Clifton9-Feb-04 10:58 
GeneralRe: How can I detect when a client disconnects from a well known service? Pin
Tom Larsen9-Feb-04 11:37
Tom Larsen9-Feb-04 11:37 
GeneralRe: How can I detect when a client disconnects from a well known service? Pin
Marc Clifton9-Feb-04 13:30
mvaMarc Clifton9-Feb-04 13:30 
GeneralRe: How can I detect when a client disconnects from a well known service? Pin
Tom Larsen10-Feb-04 7:04
Tom Larsen10-Feb-04 7:04 
GeneralRe: How can I detect when a client disconnects from a well known service? Pin
LongRange.Shooter10-Feb-04 9:08
LongRange.Shooter10-Feb-04 9:08 

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.