http://en.wikipedia.org/wiki/ActiveX
ActiveX
From Wikipedia, the free encyclopedia
• Ten things you may not know about images on Wikipedia •Jump to: navigation, search
This article does not cite any references or sources. (August 2007)
Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed.
ActiveX is Microsoft technology used for developing reusable object oriented software components. ActiveX is an alternative name for OLE automation (OLE - Object Linking and Embedding), not a separate technology. [citation needed] While the term "Automation" refers to the overall technology, "ActiveX" refers to the objects that can be created and manipulated using Automation. [citation needed]
Due to Internet Explorer and Visual Basic's popularity in the late 1990s, many people incorrectly assume that all of ActiveX is related to ActiveX controls. [citation needed] An ActiveX control is a special type of ActiveX object that is designed to be used similar to a plugin. [citation needed] The most common use of ActiveX controls is to build plugins for Internet Explorer. [citation needed]
[edit] Technologies using ActiveX
Microsoft has developed a large number of products and software platforms using ActiveX objects, and many are still in use today.
ActiveX Data Objects (ADO)
Active Server Pages
ActiveMovie, later renamed to DirectShow
Active Messaging, later renamed to Collaboration Data Objects
Active Scripting, a technology for scripting ActiveX objects.
ActiveX Streaming Format (ASF), renamed to Advanced Streaming Format, then to Advanced Systems Format
An ActiveX control is similar to a Java applet. Unlike Java applets, however, ActiveX controls have full access to the Windows operating system. This gives them much more power than Java applets, but with this power comes a certain risk that the ActiveX control may damage software or data on your machine. To control this risk, Microsoft developed a registration system so that browsers can identify and authenticate an ActiveX control before downloading it. Another difference between Java applets and ActiveX controls is that Java applets can be written to run on all platforms, whereas ActiveX controls are currently limited to Windows environments. ActiveX controls can be written in MFC, ATL, C++ and Visual Basic.