Click here to Skip to main content
15,910,212 members
Home / Discussions / C#
   

C#

 
GeneralRe: Im trying to make a custom installer of some sort.... Pin
Mycroft Holmes21-Nov-08 21:32
professionalMycroft Holmes21-Nov-08 21:32 
GeneralRe: Im trying to make a custom installer of some sort.... Pin
lekira23-Nov-08 13:54
lekira23-Nov-08 13:54 
GeneralRe: Im trying to make a custom installer of some sort.... Pin
Mycroft Holmes23-Nov-08 14:14
professionalMycroft Holmes23-Nov-08 14:14 
GeneralRe: Im trying to make a custom installer of some sort.... Pin
Dave Kreskowiak24-Nov-08 16:35
mveDave Kreskowiak24-Nov-08 16:35 
GeneralRe: Im trying to make a custom installer of some sort.... Pin
Dave Kreskowiak22-Nov-08 4:20
mveDave Kreskowiak22-Nov-08 4:20 
GeneralRe: Im trying to make a custom installer of some sort.... Pin
lekira23-Nov-08 13:57
lekira23-Nov-08 13:57 
QuestionErrors in http data stream from ASP.NET server download Pin
qwe123421-Nov-08 12:54
qwe123421-Nov-08 12:54 
AnswerRe: Errors in http data stream from ASP.NET server download Pin
Guffa21-Nov-08 15:06
Guffa21-Nov-08 15:06 
No, the data is not altered during transmission, you are just reading it wrong.

The Read method returns the number of bytes that was actually read, and that can be less then the number of bytes requested. So, you have to take care of the return value from the Read method, and use that to determine if there is more data to read, and how much to advance the index for the next read.

You should read until the Read method returns zero. That means that it has reached the end of the stream.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionRename file Pin
netJP12L21-Nov-08 11:35
netJP12L21-Nov-08 11:35 
AnswerRe: Rename file Pin
Mycroft Holmes21-Nov-08 13:25
professionalMycroft Holmes21-Nov-08 13:25 
GeneralRe: Rename file Pin
netJP12L22-Nov-08 5:22
netJP12L22-Nov-08 5:22 
GeneralRe: Rename file Pin
Mycroft Holmes22-Nov-08 14:39
professionalMycroft Holmes22-Nov-08 14:39 
AnswerRe: Rename file Pin
Thomas Stockwell21-Nov-08 15:32
professionalThomas Stockwell21-Nov-08 15:32 
AnswerRe: Rename file Pin
Dave Kreskowiak21-Nov-08 18:57
mveDave Kreskowiak21-Nov-08 18:57 
QuestionPowerful Chart Control ? Pin
stancrm21-Nov-08 11:22
stancrm21-Nov-08 11:22 
AnswerRe: Powerful Chart Control ? Pin
Mycroft Holmes21-Nov-08 13:29
professionalMycroft Holmes21-Nov-08 13:29 
GeneralRe: Powerful Chart Control ? Pin
Dr.Walt Fair, PE22-Nov-08 10:27
professionalDr.Walt Fair, PE22-Nov-08 10:27 
GeneralRe: Powerful Chart Control ? Pin
Mycroft Holmes22-Nov-08 14:46
professionalMycroft Holmes22-Nov-08 14:46 
GeneralRe: Powerful Chart Control ? Pin
Dr.Walt Fair, PE22-Nov-08 14:58
professionalDr.Walt Fair, PE22-Nov-08 14:58 
GeneralRe: Powerful Chart Control ? Pin
Mycroft Holmes22-Nov-08 15:50
professionalMycroft Holmes22-Nov-08 15:50 
GeneralRe: Powerful Chart Control ? Pin
Dr.Walt Fair, PE22-Nov-08 16:53
professionalDr.Walt Fair, PE22-Nov-08 16:53 
GeneralRe: Powerful Chart Control ? Pin
Mark Churchill23-Nov-08 12:35
Mark Churchill23-Nov-08 12:35 
AnswerRe: Powerful Chart Control ? Pin
Dave Kreskowiak21-Nov-08 18:52
mveDave Kreskowiak21-Nov-08 18:52 
GeneralRe: Powerful Chart Control ? Pin
stancrm22-Nov-08 0:25
stancrm22-Nov-08 0:25 
GeneralRe: Powerful Chart Control ? Pin
Dave Kreskowiak22-Nov-08 4:18
mveDave Kreskowiak22-Nov-08 4: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.