hello there,
I have an activex control embedded within a web page, within the Object tag of this i create a paam and give it a value which i want to pass to the vb activex
VB Code:
<object classid="clsid:2CD3369F-D541-4D86-A703-6E0005199762" CODEBASE='test.ocx#Version=1,0,0,0' id="UserControl11" width="490" height="270"> <param name="_ExtentX" value="8467"> <param name="_ExtentY" value="6350"> <PARAM NAME="param1" value="this is the first passed value"> </object>
i have a button on the active x which when clicked i want to display the passed param in a label
I know to use the public property method to read and apss the values,
but can someone suggest how i would do this within a a button?
or even at all can't find any useful examples.
thanks.
