I have a question about my ActiveX control not always working in IE on other machines. Context: I\'m working on an internal app for my company. It is designed to be a standalone web-page config tool
i cant get my page to work. On loading a page i get error in this line tscontainer = new ActiveXObject(\'BDATuner.SystemTuningSpaces\'); any ideas why i get this error and how to start my page to work
I am trying to create a file on the local machine which capture开发者_如何学JAVAs the var file in javascript.
I have a source code that works well on Internet Explorer,but fails to work on Chrome or Firefox. I want to make it portable.Please Help.
I have an ActiveX control generated by the FireBreath framework (http://firebreath.org).I need to get a reference to the <object> tag in the page that hosts the plugin from C++.
Through COM, one can potentially gain absolute control over a target system.For example: using javascript\'s ActiveXObject object in IE, one can create certain objects which were designed to have dire
We have written an ActiveX control using C# to use it in Microsoft PowerPoint.The control has following Title: \'Test Viewer\'.When I place the control in PowerPoint in edit mode, I see the title in c
I have written a simple ActiveX control using Visual Studio 2010.I have registered this control on my development machine using regasm, and I can invoke the control in IE using Javascript\'s new A开发
I have an activex control which I have written using C#. It is essentially a user control which is being compiled into a dll. When I debug the program with visual studio the forms and controls appear
I have written an activex user control to get an image from a user\'s clipboard. I have a method to get the byte stream for this image. I want to embed this into a asp.net webforms page (C#).