How unzip file using chilkat?
I have problem to openzip(filepath) using vb.net?
my code
Dim zip As New Chilkat.zip()
Dim success As Boolean
success = zip.Openzip(ZipTargetFile)
If (success <> True) Then
MessageBox1("File can't open")
Exit Sub
End If
How to open zip file using chilkat. can someone help me?