I've written an ActiveX control in ATL and wish to set its properties from Internet Explorer. I can already do this using javascript as follows:
document.controlname.property=value;
I want to do it without Javascript in the object declaration:
<object ....>
<PARAM NAME="property"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.