VB « Zip « Java I/O Q&A





1. Location of VB.NET "source" code, similar to Java's JDK src.zip    stackoverflow.com

I apologize very much if this question has already been asked, or is hard to understand. I have not been able to find the answer after much searching.
Does VB.NET have anything ...

2. imports java.util.zip in a vb.net project    stackoverflow.com

I need to import java.util.zip for my project to zip and unzip chosen files/folders in vb.net. But when i say imports java.util.zip, i get the error "Namespace cannot be found". I ...