VszLib
VszLib copied to clipboard
7-zip VB6 Helper
I simply run the following codes, but at 5th line it is generating this error (7-zip dll not found): 1 With New cVszArchive 2 .AddFile App.Path & "\Form1.frm" 3 .AddFile...
Added Unicode Support for Creating Archives Changing FindFirstFileA to FindFirstFileW in Function AddFiles Thanks for creating and sharing such a great vb code
Is possible to add from folder @wqweto ? i have try: ``` With New cVszArchive .AddFile App.Path & "\plugins\*.*" .Parameter("x") = 3 '-- CompressionLevel = Fast .CompressArchive App.Path & "\plugins.7z"...
First, thanks for this great vb code. I have a suggestion, when i need to deal with big archive (some Go) i have no idea of the unzip progression, plus...