What Is an ActiveX Class?

ActiveX provides a framework for applications to share information. An ActiveX class is a part of the script that facilitates sharing. Like a class in a programming language, it organizes a program.

  1. Definitions

    • An ActiveX class may be associated with properties, methods and events. Properties are the elements of the class. Methods are subscripts the class can execute. Events are used as signals to communicate a program's status through the ActiveX framework.

    Capabilities

    • ActiveX classes can access any part of the Windows operating system. For this reason, many browsers place stringent restrictions on allowing ActiveX. An ActiveX class can be part of an executable program or it may be accessed by a web page.

    Creation

    • A programmer can create an ActiveX Class with many other languages, including Javascript, C/C++ and Visual Basic. Microsoft's Visual Studio can also create ActiveX controls and classes.

Related Searches:

References

Comments

You May Also Like

  • ActiveX Component Tutorial

    An ActiveX component is an applet that can be downloaded and run independently in Microsoft's Web browser. It can also be "plugged...

  • How to Create a Chart in VBA Excel

    Knowing how to dynamically create charts with Visual Basic for Applications can save time when analyzing large amounts of data. Microsoft Excel...

  • ActiveX Dll Tutorial

    A dynamic-link library, or DLL, is a shared library file that contains functions and procedures that programmers commonly use. Instead of recreating...

  • How to Delete ActiveX

    ActiveX controls are components that help your system perform various functions as part of Internet Explorer. If you do not use the...

  • How to Create an ActiveX Control in VB

    Copy and paste the following code into the top of your User Control class: Public Property UserText() As [String] Get Return mStr_UserText...

  • How to Find CLSID ActiveX in IE

    The Internet Explorer web browser uses ActiveX controls for plug-ins such as Adobe Flash, Sun Java, Apple Quicktime and more. ActiveX controls,...

Related Ads

Featured