Login  
Search All Forums
Dart Home | PowerTCP Zip Compression for Active | Custom Development Reply | PowerTCP Zip Compression for ActiveX Topics | Forums   
AuthorForum: PowerTCP Zip Compression for ActiveX
Topic: Cannot invoke method "QuickUnzip" at this time
tux
ablount@bisc.com

From: Tacoma, WA USA
Posts: 2
Member Since: 07/26/02
posted July 26, 2002 5:39 PM

I am creating a little app that needs unzipping functionality in VB.NET.

I have downloaded the ZipLiteTool.exe 30 day trial, and have tried to implement the dlls into my project.

No success however. It appears I can create the object, but it cannot execute the Unzip method. I have a catch statement that returns "Cannot invoke method "QuickUnzip" at this time."

Does this have something to do with trial version? I have add references to the dlls in my solution explorer is there anything else I have to do?

If this works out I will purchase the product.

Jon Belanger



From: Rome, NY USA
Posts: 310
Member Since: 06/10/02
posted July 29, 2002 8:52 AM

This is what I did in .NET. I just added the DartZipLite DLL to the reference list and wrote three lines of code. Is this what you are doing?

Private ZipLite1 As DartZipLite.ZipLiteClass

  Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

    ZipLite1 = New DartZipLite.ZipLiteClass()

    ZipLite1.QuickUnzip("c:\Test.zip", "c:\")

  End Sub
tux
ablount@bisc.com

From: Tacoma, WA USA
Posts: 2
Member Since: 07/26/02
posted August 8, 2002 5:46 PM

Thank you Jon. That did the job. 

I instantiated ZipLite1 As New AxDartZipLite.AxZipLite().

Reply | PowerTCP Zip Compression for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX