Learn about OLE container implementation to host a Transparent Flash Player Control using plain C++. No ATL, MFC, or other libraries are used.
Latest ActiveX Controls Articles
Tabbed ActiveX Control
For beginners: Learn how to make a tabbed user interface using a simple MFC ActiveX control in VC++ .NET.
Adding Scripting Support to an Application
Sometimes there isn't a need to implement full scripting support. Learn how to add this support the easy way using the Microsoft Script Control. (The article, project, and source code were updated.)
Property Pages for ActiveX Controls
Property Pages for ActiveX Controls
Menu in ActiveX Controls
How to enable a menu in an ATL/MFC ActiveX control - simple but instructive.
Dynamic creation and placement of ActiveX controls
Most of the applications that use ActiveX controls, do so by embedding them at design time. This article demonstrates how simple it is to create and place Active X controls at run time.
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.