Question about ActiveX control.
-
I've designed an ActiveX control,this time,i wanna this control can receive the input from other application.For more detail, I wanna the web page can give parameters to such control,how do i modify my control?use property and event?By the way, how does the web page to use my control's property and event?Thanks a lot.
Later buggers harm more.
-
I've designed an ActiveX control,this time,i wanna this control can receive the input from other application.For more detail, I wanna the web page can give parameters to such control,how do i modify my control?use property and event?By the way, how does the web page to use my control's property and event?Thanks a lot.
Later buggers harm more.
Implement an
IDispatch
interface on your control to expose any methods and properties you want.Steve
-
Implement an
IDispatch
interface on your control to expose any methods and properties you want.Steve