diff options
-rw-r--r-- | odk/examples/OLE/activex/example.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/odk/examples/OLE/activex/example.html b/odk/examples/OLE/activex/example.html index ce6642f980c6..eea28b3edaf1 100644 --- a/odk/examples/OLE/activex/example.html +++ b/odk/examples/OLE/activex/example.html @@ -5,10 +5,13 @@ <BODY> <center> +First you should edit the example.html file!!! +</center> +<center> +<!-- Please edit CODEBASE parameter --> +<!-- In case ActiveX control is already registered the parameter can be removed --> <OBJECT CLASSID="clsid:67F2A879-82D5-4A6D-8CC5-FFB3C114B69D" width="500" height="500" CODEBASE=".\so_activex.dll"> - <PARAM NAME="src" VALUE="private:factory/swriter"> - <PARAM NAME="readonly" VALUE="true"> <!-- Full URL to a document <PARAM NAME="src" VALUE="file:///d:/example.sxw"> --> |