Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.55 KB

File metadata and controls

59 lines (40 loc) · 1.55 KB
title Containers for ActiveX Controls | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
ActiveX control containers [MFC], application support
ms.assetid 5ff0bf37-07f4-49aa-ad9c-c63d3756243a
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
ms.workload
cplusplus

Containers for ActiveX Controls

You can use ActiveX controls developed in Visual C++ in other applications, as long as they support ActiveX control containment. A number of Microsoft applications, beginning with the versions listed, support ActiveX control containment.

Note

The following list is not a complete list of applications that support ActiveX controls but represents the set used most often in testing:

Applications that support ActiveX control containment include:

  • Internet Explorer 3.x and greater

  • Visual Basic 4.x and greater

  • Visual C++ 4.x and greater

  • Access 95 and greater

  • Excel 97 and greater

  • Word 97 and greater

  • Access 97 and greater

  • FrontPage 97 and greater

  • PowerPoint 97 and greater

  • Visual InterDev 97 and greater

The following are non-Microsoft applications that support ActiveX control containment:

  • PowerBuilder

  • Delphi

  • C++ Builder

  • NCompass Plug-in for Netscape Navigator

See Also

ActiveX Control Containers