PDF Version
What is a CAB File?
CAB
(*.cab).This file is a library of compressed files stored as a single file. It supports compression, digital signing, and
is used in a variety of Microsoft installation engines: Setup API, Device Installer, AdvPack
(for the installation of
ActiveX components from Internet Explorer), and Windows Installer.
For more information please refer to the
Microsoft Website.
How to locate the Iocomp Cab Files?
Our CAB Files are available for download from our website
here.
Note: You will want to download the file that corresponds to the specific version
of Iocomp Components you are using for development.
How to add a Cab file in an HTML page?
Code for adding a cab file in an HTML page that displays the Iocomp iSliderX control would look like
this:
Copy code
|
|
<OBJECT ID="iSliderX"
CLASSID="clsid:C5412E06-2E2F-11D3-85BF-00105AC8B715"
CODEBASE="isAnaloglibrary.cab">
</OBJECT>
|