Copy code The code is as follows:<HTML> <HEAD> <TITLE>Test ActiveX</TITLE> <OBJECT ID="TestCtrl" NAME="<span style="font-family:Arial,Helvetica,sans-serif">TestCtrl</span><span style="font-family:Arial,Helvetica,sans-serif">"</span> CODEBASE="calc.CAB#version=1,0,0,1" CLASSID="clsid:CDF1D789-F8A3-48F2-B0DE-0D72F2D89F76"> <PARAM NAME="downpath" VALUE="123456" /> </OBJECT> <script language="javascript"> function doTest() { alert(<span style="font-family:Arial,Helvetica,sans-serif">TestCtrl</span><span style="font-family:Arial,Helvetica,sans-serif">.</span><span style="font-family:Arial,Helvetica,sans-serif">downpath</span><span style="font-family:Arial,Helvetica,sans-serif">);</span> } </script> </HEAD> <BODY> <input type="button" value="Get left time" id="btnOK" onclick="doTest();"></input> </BODY> </HTML> If the created attribute type is BSTR and the variable name is downpath, add the following code: When creating an attribute, select the member variable method, and then add the following code in the code below Copy code The code is as follows:void COCXTestCtrl::DoPropExchange(CPropExchange* pPX) { ExchangeVersion(pPX, MAKELONG(_wVerMinor, _wVerMajor)); COleControl::DoPropExchange(pPX); // TODO: Call PX_ functions for each persistent custom property. PX_String(pPX, _T("downpath"), m_downpath, _T("")); } |
<<: How to implement multiple parameters in el-dropdown in ElementUI
>>: CSS isolation issue in Blazor
This article shares the specific code for JavaScr...
Three knowledge points: 1. CSS descendant selecto...
When I turned on my MAC at night, I found that th...
1. Download: http://www.oracle.com/technetwork/ja...
1. Introduction: I think the changes after mysql8...
Why do we say “usually 1em=16px”? The default tex...
The JD carousel was implemented using pure HTML a...
What I have been learning recently involves knowl...
Table of contents Introduction Using Strict mode ...
Preface nginx uses a multi-process model. When a ...
Table of contents The origin of JSBridge The bidi...
Table of contents Install CentOS7 Configuring Sta...
Table of contents Install Software Management Ano...
FireFox is a commonly used browser with many exte...
Table of contents Mixins implementation Hook func...