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.
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.
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.
Discover a simple technique to share data across multiple processes running on the same machine using the Running Object Table.
Configure the Wizard template header files.
Drop Bar is an Internet Explorer Toolbar Band implemented using ATL. It allows drag and drop of files onto its user defined buttons. Scripted actions can then be performed with the files being dropped.
ActiveX Control as well as container, exposing toolbar. Includes event mapping of toolbar buttons at client side.
Using WTL treeview in ATL Browser Helper Object to view the IE Document Object Model.
Asynchronous Pluggable Protocol Implementation with ATL