Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to pass Date format "mm/dd/yyyy " to Sql Stored procedure Pin
Abhishek Sur1-Aug-09 21:18
professionalAbhishek Sur1-Aug-09 21:18 
AnswerRe: how to pass Date format "mm/dd/yyyy " to Sql Stored procedure Pin
Mycroft Holmes2-Aug-09 12:26
professionalMycroft Holmes2-Aug-09 12:26 
Question.NET Licenser? Pin
devvvy1-Aug-09 14:10
devvvy1-Aug-09 14:10 
AnswerRe: .NET Licenser? Pin
Moreno Airoldi2-Aug-09 1:02
Moreno Airoldi2-Aug-09 1:02 
QuestionPipping data to and from process Pin
BigBenDk1-Aug-09 12:44
BigBenDk1-Aug-09 12:44 
AnswerRe: Pipping data to and from process Pin
Luc Pattyn1-Aug-09 13:18
sitebuilderLuc Pattyn1-Aug-09 13:18 
GeneralRe: Pipping data to and from process Pin
BigBenDk1-Aug-09 15:13
BigBenDk1-Aug-09 15:13 
GeneralRe: Pipping data to and from process Pin
Luc Pattyn1-Aug-09 15:25
sitebuilderLuc Pattyn1-Aug-09 15:25 
Yeah, I couldn't tell the threading situation from the code you have shown; if you were performing the reads from the GUI thread (say in a button click handler), then all the GUI changes you ordered in there would not become effective until that handler (i.e. all reads) have finished (unless you added some extra calls such as Invalidate or Refresh).

If you do use a separate thread, that one can't touch any Controls; you would need Control.Invoke for that. This[^] explains it.

And finally, if your data were text, not binary, you could have used the OutputDataReceived event instead of a separate thread...

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: Pipping data to and from process Pin
BigBenDk1-Aug-09 16:35
BigBenDk1-Aug-09 16:35 
Questionrun cmd.exe Pin
rick05561-Aug-09 12:15
rick05561-Aug-09 12:15 
AnswerRe: run cmd.exe Pin
Abhijit Jana1-Aug-09 13:06
professionalAbhijit Jana1-Aug-09 13:06 
AnswerRe: run cmd.exe Pin
PIEBALDconsult1-Aug-09 13:26
mvePIEBALDconsult1-Aug-09 13:26 
GeneralRe: run cmd.exe Pin
Xmen Real 1-Aug-09 18:02
professional Xmen Real 1-Aug-09 18:02 
QuestionRe: File Properties Pin
rick05562-Aug-09 19:47
rick05562-Aug-09 19:47 
QuestionURL's Pin
Gregory Bryant1-Aug-09 11:34
Gregory Bryant1-Aug-09 11:34 
AnswerRe: URL's Pin
Henry Minute1-Aug-09 11:59
Henry Minute1-Aug-09 11:59 
GeneralRe: URL's Pin
Gregory Bryant1-Aug-09 13:04
Gregory Bryant1-Aug-09 13:04 
GeneralRe: URL's Pin
Richard Andrew x641-Aug-09 14:14
professionalRichard Andrew x641-Aug-09 14:14 
GeneralRe: URL's Pin
Gregory Bryant1-Aug-09 15:56
Gregory Bryant1-Aug-09 15:56 
GeneralRe: URL's Pin
Richard Andrew x641-Aug-09 16:05
professionalRichard Andrew x641-Aug-09 16:05 
GeneralRe: URL's Pin
Gregory Bryant1-Aug-09 16:10
Gregory Bryant1-Aug-09 16:10 
GeneralRe: URL's Pin
Gregory Bryant1-Aug-09 16:28
Gregory Bryant1-Aug-09 16:28 
GeneralRe: URL's Pin
Richard Andrew x641-Aug-09 16:32
professionalRichard Andrew x641-Aug-09 16:32 
GeneralRe: URL's Pin
Gregory Bryant1-Aug-09 16:38
Gregory Bryant1-Aug-09 16:38 
QuestionCrystalReport ReportSource not from a file path but a byte array. Possible? Pin
Wendell.S1-Aug-09 11:10
Wendell.S1-Aug-09 11:10 

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.