I am looking for a good archiver lib (DLL) for VB?
A fast DLL that can pack and unpack file fast and easy!
If possible to be able to pack in .rar & .zip format
tnx!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at DotNetZip. It works very well with VB.NET, and is freely available under the MS-PL license.
You can get it from codeplex, or install the NuGet package (
Install-Package DotNetZip).