Results 1 to 2 of 2

Thread: How to send parameters to ActiveX Control from HTML

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2004
    Posts
    97

    How to send parameters to ActiveX Control from HTML

    Hello Everybody:

    I have created an activex control. I have embed the object only in my html file.The control has few vb objects in it. ( text boxes). Now I want to send values for the text boxes from the object tag in HTML. That is as a parameter to the control.

    I want to send Parameters ,Like this:

    <OBJECT ID="TestObject"
    CLASSID="............."
    <param name= "param1" value= "KapilShah"
    <param name="param2" value= "2345678"
    </Object>


    I will be greatful if any one can guide me how to do these..

    Thanks,

    Rahil

  2. #2
    New Member
    Join Date
    Aug 2004
    Location
    Belgium
    Posts
    2
    Dear Rahils573,

    I've seen your message and I have exactly the same problem as you.

    I would like to send parameters to my ActiveX from an HTML page. The ActiveX receives an array as a parameter and it makes a certain layout depending on the array parameter.

    If you have succeeded to resolve your problem, it would be very nice to tell me what is the solution ?

    If I succeed to resolve this problem, I would send you the solution.

    Thanks a lot ...

    Thierry

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