ActiveX
From Wikipedia, the free encyclopedia
| This article or section contains too much jargon and may need simplification or further explanation. Please discuss this issue on the talk page, and/or remove or explain jargon terms used in the article. Editing help is available. This article has been tagged since June 2008. |
ActiveX is a component object model (COM) developed by Microsoft for Windows platforms. By using the COM runtime, developers can create software components that perform a particular function or a set of functions. A software can then compose one or more components in order to provide the functionality it intends to.[1] Many Microsoft Windows applications — including many of those from Microsoft such as Internet Explorer, Microsoft Office, Microsoft Visual Studio, Windows Media Player, etc. — use ActiveX controls to build their feature set as well as encapsulate their functionality as ActiveX controls so that the functionality can be embedded in other applications. Internet Explorer also allows the ActiveX controls to be embedded inside web pages.
Contents |
[edit] Summary
Prior to ActiveX technology, two standards were becoming prevalent in Microsoft Windows. One was OLE (Object Linking and Embedding), and the other was COM (Component Object Model). Both schemes were designed for software interoperability, the former focusing on communicating and the latter focusing on implementation. In 1996, Microsoft combined the technologies and refitted them into ActiveX.
The Microsoft Office suite is an example of ActiveX-compliant software. Using certain programming languages, a developer can manipulate documents and spreadsheets from code as if they were using the applications directly.
[edit] ActiveX controls
ActiveX controls are small program building blocks that can be used to create distributed applications that work over the Internet through web browsers. Examples include customized applications for gathering data, viewing certain kinds of files, and displaying animation.
ActiveX controls can be compared in some sense to a Java applet, since both are designed to be downloaded and executed from web browsers. However, there are few differences. Java applets can run on nearly any platform, while ActiveX components are only compatible with Microsoft's Internet Explorer web browser and the Microsoft Windows operating system. ActiveX controls are also granted a much higher level of control over Windows than Java applets, making them both more powerful and dangerous. Malware, such as computer viruses and spyware, is often distributed as ActiveX applets in webpages.
ActiveX controls can be written in MFC, ATL, C++, C#, Borland Delphi and Visual Basic. Common examples of ActiveX controls are the command button, list box, dialog boxes, and even the Internet Explorer browser.
[edit] Other ActiveX technologies
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
[edit] Active technologies
In the late 1990s Microsoft began to reuse the term "Active" in a large number of their technologies. The following technologies are unrelated to ActiveX itself, but have similar naming:
[edit] See also
- Active Setup
- IUnknown interface
- Windows DNA
[edit] Notes
- ^ Introduction to ActiveX Controls at microsoft.com, accessed 18-Jan-2008
[edit] External links
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||

