diff options
-rw-r--r-- | odk/examples/OLE/activex/example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/OLE/activex/example.html b/odk/examples/OLE/activex/example.html index eea28b3edaf1..3efee1f75a03 100644 --- a/odk/examples/OLE/activex/example.html +++ b/odk/examples/OLE/activex/example.html @@ -11,7 +11,7 @@ First you should edit the example.html file!!! <!-- 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"> + CODEBASE="..\..\..\WINexample.out\bin\so_activex.dll"> <!-- Full URL to a document <PARAM NAME="src" VALUE="file:///d:/example.sxw"> --> |