I am trying to access the library ICSharpCode.SharpZipLib.dll from within my VB .NET environment. The authors have sent me the file along with the following instructions.
Quote: You need to add a reference to the dll to your project and setup a reference to the assembly in your source code. Unfortunately I am not VB literate so cant really tell you how to do this in a way that fits your environment. In c#/visual studio you open up the project and can right click on the references browse to the dll and add it to do the reference part. In the source code you would add a statement at the top using ICSharpCode.SharpZipLib; and you can then use it. Unquote.
Can someone please translate this into instructions that can be understood by a longtime programmer but coming from VB 1 (late