Xceed Zip for COM/ActiveX on x86/x64 Documentation
Example topics
/ GetZipContents method example
In This Topic
GetZipContents method example
In This Topic
This example gets the contents of the zip file and displays information related to each file in a list box. This example assumes that you are in a windows application with a list box named ListBox1 on a form.
Visual Basic
Copy Code
Dim objXceedZip As New XceedZipLib.XceedZip() Dim xItem As XceedZipLib.XceedZipItem Dim xZipItems As Object Dim intResultCode As XceedZipLib.xcdError