Questions tagged as 'activex'

1
answer

Error importing DLL

I have a DLL made in C #. When importing it to be used on another computer, I find the class. However, her methods are not published; Follow my code: using System; using System.Security.Cryptography; using System.IO; using System.Runtime.In...
asked by 19.01.2015 / 12:44
2
answers

How to destroy activex component that is generating error in delphi?

I'm using an Adobe PDF ActiveX component (TAcroPDF), it works fine, it happens when you close the form with the proper Release lines; FreeAndNil (TForm); in OnClose, it still generates an error when closing, it seems to me that it does not relea...
asked by 06.03.2018 / 15:52
0
answers

Modify client-side information

I am using signed applet to modify some information on the client machine to run some windows commands, this is necessary due to the administrative part of the application. However, applet execution is obsolete for some browsers. Does anyone...
asked by 03.09.2015 / 16:38
1
answer

Printing with JavaScript and ActiveX

I need to print from a web application, I believe that I will have to do this with JavaScript and also for what I researched maybe I will have to do this with ActiveX. I already tried to use window.print() with JavaScript but it opens...
asked by 30.07.2015 / 04:17
3
answers

Getting IP LAN for sending with ajax

I need to get the "LOCAL" (LAN) ip, using javascript. It turns out that I have an application on my servers, but a client requested a customized service. I need to retrieve the client's local ip over the internet and send it to the database on m...
asked by 05.11.2014 / 20:05
0
answers

How do I identify users with physical token (USB), can I use javascript or ActiveX?

I need to identify a user to validate some reports. The idea is: User clicks a button and at this time I check if it has the credentials that will be a USB token. It does not have to be at the eCPF or eCNPJ level, it's a simple check to...
asked by 03.10.2018 / 14:27
1
answer

Iterate ActiveX object collection with latebound interop in C # (COMAdminCatalogCollection)

I need to iterate collections of COM + / ActiveX objects with interop using latebound in C #. Right now my need is to iterate through the collection of ActiveX objects COMAdmin.COMAdminCatalogCollection , return of method GetCollection(...
asked by 25.09.2015 / 23:05
1
answer

Error "The automation server can not create object" when trying to use ActiveX

Does anyone know what kind of error this is? It happens when I try to instantiate the object: var fso = new ActiveXObject("Scripting.FileSystemObject");     
asked by 15.02.2016 / 16:56