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 Developer Videos
More...Latest CodeGuru Developer Columns
Programming with Code::Blocks
Discover Code::Blocks, an open source IDE for C/C++.

Working with Parallel LINQ
LINQ has a trick up its sleeve from .NET 4 onwards for dealing with large amounts of data and multiple CPUs. Learn to leverage LINQ.

Building a Multi-Channel Mobile App with DevExtreme
Create a multi-channel application with DevExtreme and Visual Studio.
Working with State Machines in the .NET Framework
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.