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

C#

 
GeneralRe: Retrieving Image from SQLServer database Pin
Arjan Einbu27-Sep-03 1:23
Arjan Einbu27-Sep-03 1:23 
GeneralRe: Retrieving Image from SQLServer database Pin
Meysam Mahfouzi27-Sep-03 18:03
Meysam Mahfouzi27-Sep-03 18:03 
Generala Regular Expression question Pin
Meysam Mahfouzi26-Sep-03 17:51
Meysam Mahfouzi26-Sep-03 17:51 
GeneralRe: a Regular Expression question Pin
Blake Coverett27-Sep-03 2:29
Blake Coverett27-Sep-03 2:29 
GeneralRe: a Regular Expression question Pin
Meysam Mahfouzi27-Sep-03 17:58
Meysam Mahfouzi27-Sep-03 17:58 
GeneralRe: a Regular Expression question Pin
27-Sep-03 19:15
suss27-Sep-03 19:15 
GeneralRe: a Regular Expression question Pin
Meysam Mahfouzi28-Sep-03 1:59
Meysam Mahfouzi28-Sep-03 1:59 
GeneralProcesses and RedirectStandardOutput/Error Pin
Wjousts26-Sep-03 10:51
Wjousts26-Sep-03 10:51 
I have an application that starts a commandline program to transfer some files. When I start the process a DOS box pops up and the output is displayed in it. When the process is done the window closes. The problem is that if the process exits very quickly (which usually happens when an error occurs) the user doesn't get to see what happened. So, I tried redirecting the StandardError to a string (using ReadToEnd) and then have a popup appear when the process is done if the string isn't empty. That works, but it also kills the StandardOutput (even though I told it NOT to redirect it) and my application hangs up until the process has finished (which it didn't do when I didn't redirect the stderr). I tried redirecting the output too, but again I can't get at it until the process has quit which could leave the user staring at a blank screen until the transfer is done (which could be a long time!). Is there a way to get at the stdout and stderr without hanging the application up?
Questionhow to get the wwwroot's full path Pin
aw1ay26-Sep-03 10:33
aw1ay26-Sep-03 10:33 
Generalstrange unwanted strips in PictureBox Pin
israeli26-Sep-03 10:01
israeli26-Sep-03 10:01 
Generalopen directory and list files Pin
nisrinee5126-Sep-03 9:37
nisrinee5126-Sep-03 9:37 
GeneralRe: open directory and list files Pin
Saikat Sen27-Sep-03 12:26
Saikat Sen27-Sep-03 12:26 
GeneralRe: open directory and list files Pin
Anonymous27-Sep-03 12:32
Anonymous27-Sep-03 12:32 
GeneralRe: open directory and list files Pin
Wjousts27-Sep-03 13:29
Wjousts27-Sep-03 13:29 
QuestionHow to draw to a image ? Pin
Chris Richner26-Sep-03 8:18
Chris Richner26-Sep-03 8:18 
GeneralConcurrency options: Optimistic/Pessimistic/Last-Win Pin
devvvy26-Sep-03 7:59
devvvy26-Sep-03 7:59 
GeneralRe: Concurrency options: Optimistic/Pessimistic/Last-Win Pin
Marc Clifton27-Sep-03 3:39
mvaMarc Clifton27-Sep-03 3:39 
GeneralRe: Concurrency options: Optimistic/Pessimistic/Last-Win Pin
Saikat Sen27-Sep-03 12:28
Saikat Sen27-Sep-03 12:28 
GeneralRe: Concurrency options: Optimistic/Pessimistic/Last-Win Pin
devvvy29-Sep-03 7:59
devvvy29-Sep-03 7:59 
GeneralClient-Server Pin
apinheiro26-Sep-03 7:49
apinheiro26-Sep-03 7:49 
GeneralRe: Client-Server Pin
Douglas Troy26-Sep-03 9:19
Douglas Troy26-Sep-03 9:19 
GeneralRe: Client-Server Pin
Saikat Sen27-Sep-03 12:38
Saikat Sen27-Sep-03 12:38 
GeneralSCP to a unix box Pin
Wjousts26-Sep-03 6:37
Wjousts26-Sep-03 6:37 
GeneralSending string array through network Pin
Gambit00726-Sep-03 5:36
Gambit00726-Sep-03 5:36 
GeneralRe: Sending string array through network Pin
James Simpson26-Sep-03 6:12
James Simpson26-Sep-03 6:12 

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.