Click here to Skip to main content
15,899,314 members
Home / Discussions / C#
   

C#

 
GeneralRe: making setup file Pin
Prashant B. Lavate1-Dec-08 0:15
Prashant B. Lavate1-Dec-08 0:15 
AnswerRe: making setup file Pin
N a v a n e e t h30-Nov-08 23:56
N a v a n e e t h30-Nov-08 23:56 
GeneralRe: making setup file Pin
Prashant B. Lavate1-Dec-08 0:01
Prashant B. Lavate1-Dec-08 0:01 
GeneralRe: making setup file Pin
EliottA1-Dec-08 2:15
EliottA1-Dec-08 2:15 
GeneralRe: making setup file Pin
N a v a n e e t h1-Dec-08 2:38
N a v a n e e t h1-Dec-08 2:38 
AnswerRe: making setup file Pin
dan!sh 1-Dec-08 0:13
professional dan!sh 1-Dec-08 0:13 
GeneralRe: making setup file Pin
Prashant B. Lavate1-Dec-08 0:19
Prashant B. Lavate1-Dec-08 0:19 
QuestionBlocking Stream.Read Pin
HosamAly30-Nov-08 23:39
HosamAly30-Nov-08 23:39 
Hello,

I'm using Stream.Read(byte[] buffer, int offset, int count). Is there an alternative to that method (or a property to set) so that the method won't return until all count is read (or end of stream is reached)? Or should I do something like this:
int n = 0, readCount = 0;
while ((n = myStream.Read(buffer, readCount, countToRead - readCount)) > 0)
    readCount += n;



AnswerRe: Blocking Stream.Read Pin
Guffa30-Nov-08 23:51
Guffa30-Nov-08 23:51 
GeneralRe: Blocking Stream.Read Pin
HosamAly1-Dec-08 0:24
HosamAly1-Dec-08 0:24 
QuestionFast Port Scanner Pin
baerten30-Nov-08 23:03
baerten30-Nov-08 23:03 
AnswerRe: Fast Port Scanner Pin
leppie30-Nov-08 23:07
leppie30-Nov-08 23:07 
GeneralRe: Fast Port Scanner Pin
baerten1-Dec-08 0:16
baerten1-Dec-08 0:16 
AnswerRe: Fast Port Scanner Pin
Samer Aburabie1-Dec-08 0:21
Samer Aburabie1-Dec-08 0:21 
QuestionHow can I change the System partition drive letter using c#? Pin
sumit703430-Nov-08 22:50
sumit703430-Nov-08 22:50 
AnswerRe: How can I change the System partition drive letter using c#? Pin
leppie30-Nov-08 23:05
leppie30-Nov-08 23:05 
AnswerRe: How can I change the System partition drive letter using c#? Pin
Samer Aburabie1-Dec-08 0:23
Samer Aburabie1-Dec-08 0:23 
QuestionCpan of C#? Pin
HellTriX30-Nov-08 21:47
HellTriX30-Nov-08 21:47 
AnswerRe: Cpan of C#? Pin
Simon P Stevens30-Nov-08 22:44
Simon P Stevens30-Nov-08 22:44 
QuestionDisplay Word Documents in C# Pin
Laji5930-Nov-08 21:19
Laji5930-Nov-08 21:19 
AnswerRe: Display Word Documents in C# Pin
dan!sh 30-Nov-08 21:54
professional dan!sh 30-Nov-08 21:54 
AnswerRe: Display Word Documents in C# Pin
Padmanabh Ganorkar30-Nov-08 21:59
Padmanabh Ganorkar30-Nov-08 21:59 
AnswerRe: Display Word Documents in C# Pin
Giorgi Dalakishvili1-Dec-08 0:00
mentorGiorgi Dalakishvili1-Dec-08 0:00 
Question[Message Deleted] Pin
himuskanhere30-Nov-08 20:26
himuskanhere30-Nov-08 20:26 
AnswerRe: Reading Excel file Pin
dan!sh 30-Nov-08 21:09
professional dan!sh 30-Nov-08 21:09 

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.