Setting properties of ActiveX using
-
hi I have developed an ActiveX control using MFC and i am using it in IE. The control has a boolean property
ShowThumbNail
which i am able to set through scripting, but when i set this property using< PARAM >
tag it seems that the property is not set and nothing happens. please tell me how to set exposed properties of an ActiveX using< Param >
tag. The control is developed using MFC thanks Azam -
hi I have developed an ActiveX control using MFC and i am using it in IE. The control has a boolean property
ShowThumbNail
which i am able to set through scripting, but when i set this property using< PARAM >
tag it seems that the property is not set and nothing happens. please tell me how to set exposed properties of an ActiveX using< Param >
tag. The control is developed using MFC thanks Azamoverride DoPropExchange and call PX_ functions. Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng
-
override DoPropExchange and call PX_ functions. Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng
thanks Sheng it worked :) Azam