Zip Studio Demo Application - Delphi 2.0 Edition

To install the OCX control into the Delphi component panels, perform the following steps:

  1) From the Components menu, select Install.
  2) When the Install window comes up, click the OCX button.
  3) If you have not registered the control, click the Register button.
  4) Navigate to the WINDOWS/SYSTEM directory which should contain the Zip Studio OCX 
     and select the file ZS30W32.OCX and click OK.
  5) The Zip Studio Control should now appear in the upper list box.  Scroll to the
     bottom of the list and select the entry "zs30w32 OLE Control module".
  6) Now click the OK button.  This will create a unit file for the control functions
     and will add the control to the OCX tab in the component palette.

Included with the Zip Studio Delphi 2.0 demo application are 2 other components which
need to be installed in order for the application to compile.  The first control is an
updated ListView component with some minor modifications to work with Zip Studio.  The
second is a wrapper for the Browse For Folder common dialog box.  To install these
controls, do the following:

  1) From the Components memu, select Install.
  2) When the Install window appears, click the Add button.
  3) On the next window, select browse.
  4) Navigate to the directory where these components were installed (usually the Delphi
     sample directory).
  5) Select the file "MSListView.pas" and click OK.  This will add the new ListView
     control under the "Custom" tab in the component palette.
  6) To install the other control, repeat steps 2 thru 5, selecting the file "browsedr.pas".


To distribute the application, you will need to include:

  Your compiled EXE file
  The OC30.DLL file, located in the Windows System directory
  The Zip Studio OCX control (ZS30W32.OCX) and its related DLL files
  Any other OCX or DLL files required by your application.





