Most voted "activex" questions
Activex is a framework for defining reusable software components (known as controls) that perform a particular function or a set of them in a way that is independent of the programming language that implements them. An application can be composed of one or more of these components in order to provide its functionalities.
Learn more…9 questions
Sort by count of
-
3
votes1
answer269
viewsError 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; Follows my code: using System; using…
-
1
votes0
answers26
viewsModify client side information
I am using signed applet to modify some information on client machine run some windows commands, this is necessary due to administrative part of the application. But applet execution is obsolete for…
-
1
votes2
answers131
viewsHow to destroy activex component that is generating Delphi error?
I am using an Adobe PDF Activex component (Tacropdf), it works well, it happens that when closing the form with the proper Release lines; Freeandnil(Tform); in Onclose, it still generates an error…
-
0
votes3
answers3234
viewsPicking up IP LAN for sending with ajax
I need to get the ip "LOCAL" (LAN) using javascript. I happen to have an application on my servers, but a client requested a customized service. I need to retrieve the client’s local IP address over…
-
0
votes1
answer241
viewsJavascript and Activex printing
I’m needing to make printing from a web application, I believe I will have to do this with Javascript and also by what I researched maybe I will have to do this with Activex. I’ve tried to use…
-
0
votes1
answer2186
viewsError "Automation server cannot create object" when trying to use Activex
Can anyone tell me what kind of error this is? It happens when I try to instantiate the object: var fso = new ActiveXObject("Scripting.FileSystemObject");
-
0
votes1
answer2827
viewsHow to change the size of the Activex Excel checkbox (Checkbox)?
I can’t change the size of the activex Excel checkbox, there is some way to change the size because it is too small and the font size option is disabled, I really wanted to leave it the desired…
-
0
votes1
answer71
viewsIterate Activex object collection with latebound Interop in c# (Command)
I need to iterate collections of COM+/Activex objects with latebound in C#. Right now my need is to iterate the collection of Activex objects COMAdmin.COMAdminCatalogCollection, return of the method…
-
-1
votes0
answers22
viewsMacro Copy selection from one Worksheet to another
Hello! I have a macro of a "Control of Forms" button that copies the data of a selection of a Spreadsheet and pastes (Values and Original Formatting) in a selection of another Worksheet, however, if…