Learn how to use STA COM objects asynchronously without blocking your main thread.
Latest ATL Articles
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.
Customize an IE Context Menu to Add CodeGuru Favorites
Learn how to customize the internet explorer context menu to add Codeguru Favorites items.
Remote Desktop View Lite
Learn about a native C++, MFC, ATL/COM system to remote view a desktop.
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.