Click here to Skip to main content
15,881,882 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Print to file changes value being printed Pin
Richard MacCutchan15-Mar-12 1:38
mveRichard MacCutchan15-Mar-12 1:38 
AnswerRe: Print to file changes value being printed Pin
Eddy Vluggen15-Mar-12 9:44
professionalEddy Vluggen15-Mar-12 9:44 
QuestionJSON web service conncetion using vb-scrpit Pin
haidernitc14-Mar-12 0:31
haidernitc14-Mar-12 0:31 
AnswerRe: JSON web service conncetion using vb-scrpit Pin
Eddy Vluggen14-Mar-12 8:06
professionalEddy Vluggen14-Mar-12 8:06 
GeneralRe: JSON web service conncetion using vb-scrpit Pin
haidernitc14-Mar-12 18:32
haidernitc14-Mar-12 18:32 
AnswerRe: JSON web service conncetion using vb-scrpit Pin
Eddy Vluggen15-Mar-12 9:41
professionalEddy Vluggen15-Mar-12 9:41 
AnswerRe: JSON web service conncetion using vb-scrpit Pin
Bernhard Hiller14-Mar-12 20:57
Bernhard Hiller14-Mar-12 20:57 
QuestionStream reading embedded tar.gz files using SharpZipLib Pin
jwidhalm13-Mar-12 15:56
jwidhalm13-Mar-12 15:56 
Hello

I've been looking for some help with regard to using the ICSharpCode.SharpZipLib.GZip library to stream read embedded gz files (i.e. File1.tar.gz has a.tar.gz, b.tar.gz, etc). I can use this library to successfully read .gz files which do not contain embedded .gz files but it's been difficult finding a solution to read embedded files. The following is a snippet of what I currently have. Any ideas or suggestions would be appreciated.


VB
For Each fi As FileInfo In di.GetFiles("*.gz")

  fullPath = dirpath + fi.ToString

  Dim gzips As GZipInputStream
  gzips = New GZipInputStream(File.OpenRead(fullPath))
  reader = New StreamReader(gzips)

  Do While Not readLine Is Nothing

    '---- work on readLine



    readLine = reader.ReadLine

  Loop

AnswerRe: Stream reading embedded tar.gz files using SharpZipLib Pin
Eddy Vluggen14-Mar-12 7:59
professionalEddy Vluggen14-Mar-12 7:59 
QuestionSimple Way to Encrypt/Decrypt Text or String Pin
Brandon-X1200013-Mar-12 3:02
Brandon-X1200013-Mar-12 3:02 
AnswerRe: Simple Way to Encrypt/Decrypt Text or String Pin
Richard MacCutchan13-Mar-12 6:13
mveRichard MacCutchan13-Mar-12 6:13 
GeneralRe: Simple Way to Encrypt/Decrypt Text or String Pin
Brandon-X1200013-Mar-12 9:58
Brandon-X1200013-Mar-12 9:58 
QuestionHow to use two different versions of same dll in vb.net web application? Pin
Affan Toor13-Mar-12 2:28
Affan Toor13-Mar-12 2:28 
AnswerRe: How to use two different versions of same dll in vb.net web application? Pin
Dave Kreskowiak13-Mar-12 2:37
mveDave Kreskowiak13-Mar-12 2:37 
GeneralRe: How to use two different versions of same dll in vb.net web application? Pin
Affan Toor13-Mar-12 19:00
Affan Toor13-Mar-12 19:00 
AnswerRe: How to use two different versions of same dll in vb.net web application? Pin
Sentenryu13-Mar-12 3:23
Sentenryu13-Mar-12 3:23 
GeneralRe: How to use two different versions of same dll in vb.net web application? Pin
Affan Toor13-Mar-12 19:02
Affan Toor13-Mar-12 19:02 
GeneralRe: How to use two different versions of same dll in vb.net web application? Pin
Sentenryu14-Mar-12 1:50
Sentenryu14-Mar-12 1:50 
AnswerRe: How to use two different versions of same dll in vb.net web application? Pin
ZurdoDev16-Mar-12 6:28
professionalZurdoDev16-Mar-12 6:28 
QuestionShared Variables and Threading Issue Pin
D3STROYRofWRLDS12-Mar-12 10:02
D3STROYRofWRLDS12-Mar-12 10:02 
AnswerRe: Shared Variables and Threading Issue Pin
Dave Kreskowiak12-Mar-12 10:12
mveDave Kreskowiak12-Mar-12 10:12 
AnswerRe: Shared Variables and Threading Issue Pin
Luc Pattyn12-Mar-12 10:44
sitebuilderLuc Pattyn12-Mar-12 10:44 
GeneralRe: Shared Variables and Threading Issue Pin
D3STROYRofWRLDS12-Mar-12 10:58
D3STROYRofWRLDS12-Mar-12 10:58 
AnswerRe: Shared Variables and Threading Issue Pin
Luc Pattyn12-Mar-12 11:04
sitebuilderLuc Pattyn12-Mar-12 11:04 
Generalauto cut in receipt using vb6 (pls help) in generic driver Pin
akosirommel11-Mar-12 17:52
akosirommel11-Mar-12 17:52 

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.