The Xceed Component Installer will copy all the necessary files into the library's installation folder (usually in \Program Files\Xceed Components\Bin\ActiveX) and register the XCEEDZIP.DLL ActiveX / COM component. The only thing left to do is to make the control available in C# by inserting the control into the toolbar. To do this, perform the following steps:
Start Microsoft Visual Studio .NET.
On the Start Page click on the "New Project" button. This can also be done by selecting the "File\New\Project" menu.
In the "Project Types" menu select "Visual C# Projects".
In the "Templates" section select "Windows Application"
Enter the name of the project you want to create and the location where it will be created.
Click on the "OK" button.
Select the toolbox tab where you would like Xceed Zip to be.
Right click on the toolbox and select the "Customize Toolbox..." ("Add/Remove Items..." in Visual Studio .NET 2003) option. This should launch the "Customize Toolbox" dialog.
Select the "COM Components" tab and select the "Xceed Zip Control v6.x" component.
Click on the "OK" button.
Add the control to your form.
You have now successfully installed the Xceed Zip Compression Library v6.x ActiveX control in C#.
If you would rather instantiate Xceed Zip, then following steps must be taken :
Start Microsoft Visual Studio .NET.
On the Start Page click on the "New Project" button. This can also be done by selecting the "File\New\Project" menu.
In the "Project Types" menu select "Visual C# Projects".
In the "Templates" section select the desired type of application.
Enter the name of the project you want to create and the location where it will be created.
Click on the "OK" button.
To add the a reference to the Xceed Zip Compression Library, select the "Add Reference" option from your "Project" menu. This can also be done by right-clicking on the "References" menu in the "Solution Explorer" and selecting the "Add Reference" option.
In the "Add Reference" dialog, select the "COM" tab
Select Xceed Zip (Xceed Zip Compression Library v6.x) from the list of available components and click on the "Select" button. If the DLL is not in the list of available components, you can browse for it using the "Browse" button.
Click on the "OK" button.
You have now successfully installed the Xceed Zip Compression Library v6.x ActiveX control in C# and it should appear in your list of references.
The License method must be called to license the library for runtime use. This applies to both registered users as well as users of a time-limited free trial license.
The Getting Started sample application for C# demonstrates how to use the Xceed Zip Compression Library v6.x in C#.