|
-
Nov 24th, 2006, 05:12 AM
#1
Thread Starter
Lively Member
passing values,
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.
Last edited by si_the_geek; Nov 24th, 2006 at 09:07 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|