Print Search Rate
    
   08-23-2006, 2:54 PM
HOWTO: Licensing in Internet Explorer

HOWTO: Licensing in Internet Explorer

Internet Explorer uses a "License Package", or also known as a .lpk file, to manage ActiveX control licensing. Use the lpk_tool.exe utility to create this file. You can use the lpk_tool utility to add multiple components into one license file. The utility also specifies the name and location for the resulting .lpk file.

Create an .lpk file and add the following lines to your web pages.

<!-- This .lpk file contains licensing for DynamiCube. To create an .lpk file with your license key, please use Microsoft's lpk_tool.exe program.--> <OBJECT "clsid:5220CB21-C88D-11cf-B347-00AA00A28331"> <PARAM NAME="LPKPath" VALUE="DynamiCube.lpk">
</OBJECT> <!-- Change the CODEBASE value to point to the DynamiCube .cab file on your server.--> <OBJECT classid="clsid:6D63F73D-3688-3000-9C0F-00A0C90F29FC" id="DCube1" width="600" height="200" codebase="DCube3.cab" standby="Please wait while the DynamiCube control is loaded."> </OBJECT>

A web application using DynamiCube is located here. Right click on the page and select View Source to view the code used in this application.

Note: The DynamiCube version and classid can be found in the .inf file located in the DynamiCube .cab file you are referencing.



Applies To:
DynamiCube 3.0
GrapeCity » Knowledge Base » KnowledgeBase f... » HOWTO: Licensing in Internet Explorer
Privacy Policy | Copyright © 1997-2012 — GrapeCity, inc.
All trademarks mentioned are the property of their respective owners.