为您找到"
ActiveXObject
"相关结果约100,000,000个
Learn what an ActiveX object is and how it supports COM. See examples of ActiveX objects and methods in Microsoft Excel and other applications.
Learn how to enable or disable ActiveX controls and filtering in Internet Explorer 11. ActiveX controls are small apps that provide content such as videos and games, but they can also pose security risks.
Hi Dave, Thank you for your response. As i have mentioned we have migrated our application from IE to chrome by making changes at the code level, there is this feature where in we need to open an application from the file manager through our application for which we have earlier used ActiveXObject in IE , we are currently look an alternative for ActiveXObject on the code level to achieve the ...
ActiveXObject is non-standard and only supported by Internet Explorer on Windows.. There is no native cross browser way to write to the file system without using plugins, even the draft File API gives read only access.. If you want to work cross platform, then you need to look at such things as signed Java applets (keeping in mind that that will only work on platforms for which the Java ...
Learn how to create ActiveX clients using Visual Basic, C++, Excel, and other languages that support Automation. Follow the steps to initialize, create, manipulate, and release ActiveX objects.
Topic Description; Initializing Exposed Objects: To initialize OLE and exposed objects, use OleInitialize, CoRegisterClassObject, and RegisterActiveObject.: Implementing Exposed Objects: To expose ActiveX objects, you must implement certain interfaces.
To create an Automation object, assign the new ActiveXObject to an object variable: var ExcelSheet; ExcelSheet = new ActiveXObject("Excel. Sheet"); This code starts the application creating the object (in this case, a Microsoft Excel worksheet). Once an object is created, you refer to it in code using the object variable you defined.
We have migrated our application from IE to modern browser and now we are facing an issue regarding ActiveXObject.Its showing a console error saying...
First published on TECHNET on Nov 16, 2007 On Tuesday, we wrote about the upcoming changes in behavior for how Internet Explorer handles embedded controls .Today we're going to discuss the basics of ActiveX controls themselves - what they are and why they are important.
I work on a web Application which runs only on IE11. Currently, we use ActiveX control to open Documents (MS word) with in the web application. so far, everything works perfect with ActiveX control