jadams0173
Technical User
- Feb 18, 2005
- 1,210
Can I use Xzip.dll from within VB6? I've tried this and get no errors but no results either.
I've registered the DLL.
I've registered the DLL.
Code:
Dim objZip As ZIP
Set objZip = CreateObject("Xstandard.ZIP")
objZip.Pack "c:\test.mdb", "c:\stenciltest.zip"
Set objZip = Nothing
End Sub