Using my ASP.NET application and VB.NET codebehind I need to create a zip file of a list of .PDF files. I found this tool:

http://www.icsharpcode.net/OpenSource/SharpZipLib/

I have no idea how to implement this sort of tool . Where do I place the related files in my ASP.NET project folder and then somehow import it into my project so I can use its functionallity in my VB.NET codebehind? I was hoping this task would be simple, but it's a little over my head right now. This concept is very new to me. Any help in implementing the above tool or any other available alternatives would be appreciated.

Thanks,
John