Top "Activexobject" questions

ActiveXObject is the key/initial function to enable and reference an "Automation object" in a Microsoft programming environment or the Internet Explorer browser.

Freeing OleVariant after using CreateOleObject

Here is a simple code: procedure Test; var V: OleVariant; begin V := CreateOleObject('ADOX.Catalog'); try // do something with V... …

delphi activexobject
How to format generated Excel file when using new ActiveXObject("Excel.Application");

I am exporting data from a HTML table to excel using new ActiveXObject("Excel.Application")...But the problem is I …

javascript excel activexobject
Read file names in a local folder in an HTML page

I am creating a HTML page where I need to display the names of the files present in the specific …

javascript html directory activexobject local-files
Excel ActiveX ComboBox onClick event

I am trying to use the ActiveX ComboBox in excel. Everything works fine to the point of being populated from …

vba excel excel-2007 activexobject
View Excel file using Activex Control

I want to view excel file in my windows application which I am trying to build using visual studio 2010. How …

c# visual-studio-2010 excel activex activexobject
ReferenceError: not defined with activeX

what does it mean to get this error: ReferenceError: ActiveXObject is not defined var fso = new ActiveXObject("Scripting.FileSystemObject"); here …

javascript xml activexobject