Setting properties and methods to an activex control

  • Thread starter Thread starter Nayak
  • Start date Start date
N

Nayak

How to set properties to an activex control ?
So that i can use it as
Activex.propertyname = variable;
or
variable = Activex.propertyname;
 
The activex control has to expose the property first. Then, you need to get
the correct reference to it on your form.

Use frmName.getElementsByTagName('activexcontrolname');
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top