Click here to Skip to main content
15,922,015 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Decompressing Text file FROM A COMPRESSED FILE Pin
thiru_586218-Nov-08 20:50
thiru_586218-Nov-08 20:50 
GeneralRe: Decompressing Text file FROM A COMPRESSED FILE Pin
Dave Kreskowiak19-Nov-08 2:01
mveDave Kreskowiak19-Nov-08 2:01 
GeneralRe: Decompressing Text file FROM A COMPRESSED FILE Pin
thiru_586219-Nov-08 2:13
thiru_586219-Nov-08 2:13 
GeneralRe: Decompressing Text file FROM A COMPRESSED FILE Pin
Dave Kreskowiak19-Nov-08 4:44
mveDave Kreskowiak19-Nov-08 4:44 
JokeRe: Decompressing Text file FROM A COMPRESSED FILE Pin
Paul Conrad19-Nov-08 4:54
professionalPaul Conrad19-Nov-08 4:54 
AnswerRe: Decompressing Text file FROM A COMPRESSED FILE Pin
Paul Conrad18-Nov-08 4:55
professionalPaul Conrad18-Nov-08 4:55 
GeneralRe: Decompressing Text file FROM A COMPRESSED FILE Pin
thiru_586218-Nov-08 19:05
thiru_586218-Nov-08 19:05 
GeneralRe: Decompressing Text file FROM A COMPRESSED FILE Pin
Paul Conrad18-Nov-08 19:25
professionalPaul Conrad18-Nov-08 19:25 
source_file should be sourceFile. You cannot have a string where it is requiring a stream. Same thing applies to destination_file and destinationFile. These are not the cause for your exception, but are a cause for your code not to compile.

You might want to have the following:

source_file.Close()
destination_file.Close()


prior to your attempt at decompressing the file and outputting. This will ensure the buffer is getting flushed and the test compressed file has all of its data written.

"The clue train passed his station without stopping." - John Simmons / outlaw programmer

"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

"Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham


GeneralRe: Decompressing Text file FROM A COMPRESSED FILE Pin
thiru_586218-Nov-08 20:45
thiru_586218-Nov-08 20:45 
QuestionHow to register COM component into c# .net window application Pin
veereshIndia17-Nov-08 22:33
veereshIndia17-Nov-08 22:33 
AnswerRe: How to register COM component into c# .net window application Pin
indian14318-Nov-08 0:45
indian14318-Nov-08 0:45 
AnswerRe: How to register COM component into c# .net window application Pin
Dave Kreskowiak18-Nov-08 1:57
mveDave Kreskowiak18-Nov-08 1:57 
AnswerRe: How to register COM component into c# .net window application Pin
Paul Conrad18-Nov-08 4:57
professionalPaul Conrad18-Nov-08 4:57 
GeneralRe: How to register COM component into c# .net window application Pin
leckey18-Nov-08 6:19
leckey18-Nov-08 6:19 
GeneralRe: How to register COM component into c# .net window application Pin
Jon_Boy18-Nov-08 6:44
Jon_Boy18-Nov-08 6:44 
GeneralRe: How to register COM component into c# .net window application Pin
Paul Conrad18-Nov-08 6:45
professionalPaul Conrad18-Nov-08 6:45 
GeneralRe: How to register COM component into c# .net window application Pin
indian14318-Nov-08 18:16
indian14318-Nov-08 18:16 
RantRe: How to register COM component into c# .net window application Pin
Smithers-Jones19-Nov-08 1:01
Smithers-Jones19-Nov-08 1:01 
GeneralRe: How to register COM component into c# .net window application Pin
indian14319-Nov-08 1:09
indian14319-Nov-08 1:09 
GeneralRe: How to register COM component into c# .net window application Pin
Dave Kreskowiak19-Nov-08 2:04
mveDave Kreskowiak19-Nov-08 2:04 
QuestionGridView Problem Pin
soniasan17-Nov-08 20:27
soniasan17-Nov-08 20:27 
AnswerRe: GridView Problem Pin
Mycroft Holmes17-Nov-08 20:59
professionalMycroft Holmes17-Nov-08 20:59 
AnswerRe: GridView Problem Pin
Dave Kreskowiak18-Nov-08 1:54
mveDave Kreskowiak18-Nov-08 1:54 
Questionmoving folders and files across network [modified] Pin
jishbalan17-Nov-08 19:01
jishbalan17-Nov-08 19:01 
AnswerRe: moving folders and files across network Pin
Dave Kreskowiak18-Nov-08 1:51
mveDave Kreskowiak18-Nov-08 1:51 

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.