Setting properties and methods to an activex control

N

Nayak

How to set properties to an activex control ?
So that i can use it as
Activex.propertyname = variable;
or
variable = Activex.propertyname;
 
G

Guest

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

Members online

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,252
Latest member
MeredithPl

Latest Threads

Top