Results 1 to 3 of 3

Thread: passing values,

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2006
    Posts
    116

    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:
    1. <object classid="clsid:2CD3369F-D541-4D86-A703-6E0005199762" CODEBASE='test.ocx#Version=1,0,0,0' id="UserControl11" width="490" height="270">
    2.  
    3.   <param name="_ExtentX" value="8467">
    4.   <param name="_ExtentY" value="6350">
    5.   <PARAM NAME="param1" value="this is the first passed value">
    6.  
    7.  
    8. </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
  •  



Click Here to Expand Forum to Full Width