answersLogoWhite

0

What is activex dll?

Updated: 11/5/2022
User Avatar

Wiki User

12y ago

Best Answer

ActiveX dll serves as one of crucial component in Windows operating system. It is especially designed to keep the system running properly and nicely. It cannot be edited manually.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is activex dll?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between activex dll and activex exe?

COM Components (either AcitveX dll or ActiveX exe) provide a way to decouple and deploy applications in a way allows for reuse of these components. Additionally, COM allows you to deploy components on different machines for distributed use. For example, if you have an application server and a number of client machines you could write an ActiveX dll which you would install in a COM+ application on the application server which could then be accessed by all the client machines. This is often done to centralize business or data logic. Alternatively, if you didn't want to use COM+, you would write an ActiveX exe and use DCOM directly (which COM+ uses behind the scenes) for the client apps to be able to access the ActiveX exe. Now days, it is not as common as it used to be in enterprise apps to use ActiveX exe's for the purpose of distributing since most of the time the cross machine work is done using COM+. However, there are still many reasons to use ActiveX exe's: One is to automate a stand-alone application so it's features can be directly used by a client app. Another is to allow one process to spawn other processes to be able to do work that runs asynchronously. Since you cannot do multi-threaded work in VB6, this allows you to control a number of processes from a single controller app to achieve a similar result. ActiveX dlls are often used by a GUI form-based front end to provide the business layer in an n-tier application. For example, you could have a class that calculates tax. Once you have it working well, you want to use it for any application you write. By placing this class into its own ActiveX dll and registering it on a machine, any application that needs to use this code will be able to do so (as long as you write the code for it to do so). In my use, almost all logic that is not directly GUI based is in an ActiveX dll.


List up to four registry keys that CCleaner offered to remove?

1.Missing Shared DLL, Unused File Extensions, ActiveX/XOM Issue, Invalid Default Icon.SukiobitoS


How do you enable activex?

I have to activate activex control!....


What is need of dll?

.A DLL is used by programs which need the features or functions built into the DLL. Just like we humans use executable programs for the services they offer (spreadsheets to manage data, web browsers to surf the internet) an executable program uses DLL's for the services it offers. People do not interact with DLL's, programs do


Is ActiveX a Mobile code?

s ActiveX a Mobile code


What is a vulnerability of ActiveX?

ActiveX controls can modify the properties of objects in an application.


Does Google Chrome support ActiveX?

Google Chrome doesn't naturally support ActiveX, but there is one way to force it: Internet Explorer does support ActiveX.


Where can one download the Cygwin DLL?

The Cygwin DLL can be downloaded directly from the Cygwin website. It can also be downloaded online through the websites DLL-Files, NoDevice, and DLL-DLL.


How do you get path of a DLL from inside the DLL itself?

http://www.codeproject.com/KB/DLL/DLLModuleFileName.aspx


What technology does activex use to establish the source of activex controls?

Digital code signing


How do you install the mfc feature in visual c plus plus 2005 or 08 or 10?

MFC is installed by default. To use it, start a new project and select MFC Application, MFC DLL, or MFC ActiveX Control, as appropriate, and follow the application wizard prompts.


How ActiveX in javascript can be run in Linux operating system?

ActiveX is a proprietary technology created and maintained by Microsoft available exclusively to Windows. You will not be able to run anything ActiveX on Linux.