User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

    ATL

    [Updated] Use STA COM Objects Asynchronously

    Learn how to use STA COM objects asynchronously without blocking your main thread.

    [Updated] Customize an IE Context Menu to Add CodeGuru Favorites

    Learn how to customize the internet explorer context menu to add Codeguru Favorites items.

    [Updated] A Big Integer Package for Use in Visual Basic Written in Visual C++

    A 'How To' for creating a COM Big Integer Library that uses Visual C++ ATL Wizard and Wei Dai's Crypto++ Library.

    Easy Multithreading in ATL Windows Applications

    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.

    Web Site Blocker that Uses Browser Helper Objects (BHO)

    Learn how a BHO (Browser Helper Object) could be used to block a particular Web site.

    Secure C++: Checked Iterators for Safer STL Coding

    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.

    Remote Desktop View Lite

    Learn about a native C++, MFC, ATL/COM system to remote view a desktop.

    ATL Version of Analog Meter Class

    Use this ATL version of "Analog Meter Class."

    Implementing XMLHTTPRequest onReadyStateChange in C++

    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.

    Creating a blobclass for ATL

    A class to make safearrays easy. The parray member of CComVariant is used to store binary data.

    Implementing a DropTarget in ATL

    Making a control a drop-target in ATL is not something you do very easily. (A demo project has been provided.)

    COM Connection Points

    Get a step-by-step account on how to build a connectable object and a client that uses it.

    ATL PersistXML Implementation

    The easiest way to add XML persistence to an existing IDispatch-based ATL COM object.

    How to Use Crypto API in Your ASP Projects

    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.

    Adding ATL to MFC Project

    Adding ATL to MFC Project

    Creating a Text-to-Voice Convention

    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.

    Creating a Windows NT Service by Using ATL

    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.

    Handling the Structured Storage of SAFEARRAYs

    An ATL-derived class to handle the structured storage of SAFEARRAYs (CComVariantExAn).

    Passing C++ Object in ATL DLL

    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

    Inter Thread Communication in Apartment Threading Model of ATL Component

    Replaceable Parameters for ATL Registrar

    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.

    ATL Coding Helpers

    ATL Coding Helpers

    An ATL project to run PING and TRACERT

    An ATL project to run PING and TRACERT

    ATL COM and ADO

    Nice tutorial on using ADO from an ATL component




    Top Authors