[Updated] Use STA COM Objects Asynchronously
Learn how to use STA COM objects asynchronously without blocking your main thread.
Learn how to use STA COM objects asynchronously without blocking your main thread.
Learn how to customize the internet explorer context menu to add Codeguru Favorites items.
A 'How To' for creating a COM Big Integer Library that uses Visual C++ ATL Wizard and Wei Dai's Crypto++ Library.
Add one header file to your *.vcproj, insert a few lines of code into your class header, and you'll never again worry about the asynchronous routines in your ATL GUI application.
Learn how a BHO (Browser Helper Object) could be used to block a particular Web site.
The security issues with Standard C++ aren't as severe as those of C and the CRT, but a few exploits are possible if you misuse STL and iterators.
Learn about a native C++, MFC, ATL/COM system to remote view a desktop.
Use this ATL version of "Analog Meter Class."
How to implement the IXMLHTTPRequest onreadstatechange property in C++. (Supports the asynchronous version of the send() operation of the XMLHTTPRequest object.) Developed in Visual C++ .NET, but usable elsewhere.
A class to make safearrays easy. The parray member of CComVariant is used to store binary data.
Making a control a drop-target in ATL is not something you do very easily. (A demo project has been provided.)
Get a step-by-step account on how to build a connectable object and a client that uses it.
The easiest way to add XML persistence to an existing IDispatch-based ATL COM object.
How to make an ATL project that provides two cryptographic functions, how to use this component in an ASP project, and how to register the component in MTS. You also can check out a GUI client console to directly test the cryptographic functions.
This article explains the details needed to implement voice interfaces and converts text to voice by creating clients using MFC, and here a dialog is taken and explained how to make use of components given by Microsoft.
Create a Windows NT Mail slot repository server service that is a placeholder for all the mail slot client messages sent by mail slot repository clients. Customize the Windows application log and create message DLLs.
An ATL-derived class to handle the structured storage of SAFEARRAYs (CComVariantExAn).
This article explains how to pass a C++ object across a COM server using a trick of MFC and ATL.
Inter Thread Communication in Apartment Threading Model of ATL Component
Demonstrates one way to enhance ATL Registrar based on MSDN documentation. It also demonstrates how to make Internet Explorer Extension COM object that uses this enhancement to ATL Registrar.
An ATL project to run PING and TRACERT