Questions tagged [activexobject]

ActiveXObject is the key/initial function to enable and reference an "Automation object" in a Microsoft programming environment or the Internet Explorer browser. It is used when the object should be accessed entirely in script with no visual components. See also the activeX tag.

See .
Strictly speaking, ActiveXObject is just the key/initial function to enable and reference an "Automation object" in a Microsoft-only, programming environment. Automation Objects are objects referred to entirely in code with generally no UI design component. For example, in Internet Explorer this is used to access an activex object without inserting it into the page DOM.

Some also seem to apply this term to the system-interface objects referenced by ActiveXObject().

ActiveXObject and activeX is a Microsoft proprietary technology that works only in Microsoft programming environments or on Internet Explorer.

References:

438 questions
-2
votes
1 answer

Reading file in PERL using ActiveX

I have been trying to read a file in PERL using ActiveX Control. I was successful in reading the file using ActiveX Controls in HTML. So I changed the HTML code to PERL cgi using "Print" Statement. After that I am not able to read the file the file…
Babu
  • 49
  • 8
-3
votes
1 answer

how to install a c#.net com dll with cab file

how to install a c#.net com dll with cab file. I am having a .net com dll(active x) , how to install this by using cab files.
Sun
  • 29
  • 7
-3
votes
1 answer

What is the point of ActiveXObjects?

I have a task which requires me to create rows of tables using MSXML ActiveXObjects. I don't understand what an ActiveXObject has to do with anything. How could I create a table with that? Why wouldn't I just create the table in the HTML DOM? I read…
chopper draw lion4
  • 12,401
  • 13
  • 53
  • 100
1 2 3
29
30