Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.14 KB

activex-controls.md

File metadata and controls

21 lines (15 loc) · 1.14 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: ActiveX Controls
ActiveX Controls
09/12/2018
ActiveX controls [MFC]
52aaec4d-3889-402e-b57d-758078f8ac57

ActiveX Controls

In Visual C++ you can create ActiveX controls using MFC or ATL.

Important

ActiveX is a legacy technology that should not be used for new development. Many capabilities of ActiveX controls can be performed in a simpler and much more secure way with modern technologies such as HTML5 and JavaScript, modern browser extensions, or WebAssembly modules. For more information, see A break from the past, part 2: Saying goodbye to ActiveX, VBScript, attachEvent and Native Messaging and Microsoft Edge extensions and WebAssembly.

See also

User Interface Elements