Click here to Skip to main content
15,884,893 members
Home / Discussions / C#
   

C#

 
QuestionRe:Require info for Zipping & UnZipping files Pin
kyreddy3-Aug-07 7:53
kyreddy3-Aug-07 7:53 
GeneralRe:Require info for Zipping & UnZipping files Pin
Luc Pattyn3-Aug-07 14:47
sitebuilderLuc Pattyn3-Aug-07 14:47 
GeneralRe:Require info for Zipping & UnZipping files Pin
kyreddy4-Aug-07 0:30
kyreddy4-Aug-07 0:30 
GeneralRe:Require info for Zipping & UnZipping files Pin
Luc Pattyn4-Aug-07 1:30
sitebuilderLuc Pattyn4-Aug-07 1:30 
Questionread file Pin
nhathoang3-Aug-07 7:34
nhathoang3-Aug-07 7:34 
AnswerRe: read file Pin
Bino B3-Aug-07 7:57
Bino B3-Aug-07 7:57 
AnswerRe: read file Pin
Guffa3-Aug-07 8:21
Guffa3-Aug-07 8:21 
GeneralRe: read file Pin
Developer6114-Aug-07 0:32
Developer6114-Aug-07 0:32 
I think your problem is to press Enter key until the reading file is over , right ?
If is that your problem , here is an solution , something like following code :

while (stream.Read())
{
// TO DO : Reading file
}



DMASTER

GeneralRe: read file Pin
Guffa4-Aug-07 5:13
Guffa4-Aug-07 5:13 
AnswerRe: read file Pin
Eliz.k4-Aug-07 4:14
Eliz.k4-Aug-07 4:14 
Question[Message Deleted] Pin
nidesh3-Aug-07 6:18
nidesh3-Aug-07 6:18 
AnswerRe: database design Pin
DanB19833-Aug-07 6:23
DanB19833-Aug-07 6:23 
AnswerRe: database design Pin
Paul Conrad3-Aug-07 6:37
professionalPaul Conrad3-Aug-07 6:37 
JokeRe: database design Pin
Dan Neely3-Aug-07 7:00
Dan Neely3-Aug-07 7:00 
GeneralRe: database design Pin
Paul Conrad3-Aug-07 19:29
professionalPaul Conrad3-Aug-07 19:29 
AnswerRe: database design Pin
Malcolm Smart3-Aug-07 12:39
Malcolm Smart3-Aug-07 12:39 
QuestionResize Image in Richtexbox Pin
rkcsharp3-Aug-07 5:36
rkcsharp3-Aug-07 5:36 
AnswerRe: Resize Image in Richtexbox Pin
Big Daddy Farang3-Aug-07 8:21
Big Daddy Farang3-Aug-07 8:21 
GeneralRe: Resize Image in Richtexbox Pin
rkcsharp3-Aug-07 13:24
rkcsharp3-Aug-07 13:24 
GeneralRe: Resize Image in Richtexbox Pin
Big Daddy Farang4-Aug-07 7:06
Big Daddy Farang4-Aug-07 7:06 
GeneralRe: Resize Image in Richtexbox Pin
rkcsharp5-Aug-07 16:47
rkcsharp5-Aug-07 16:47 
GeneralRe: Resize Image in Richtexbox Pin
Big Daddy Farang7-Aug-07 9:57
Big Daddy Farang7-Aug-07 9:57 
GeneralRe: Resize Image in Richtexbox Pin
rkcsharp8-Aug-07 6:02
rkcsharp8-Aug-07 6:02 
Questiondefault / local smtp Pin
Marcel Vreuls (www.agentbase.nl)3-Aug-07 5:00
Marcel Vreuls (www.agentbase.nl)3-Aug-07 5:00 
AnswerRe: default / local smtp Pin
led mike3-Aug-07 5:24
led mike3-Aug-07 5:24 

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.