Learn about the TeamViewer API and the various platforms you can make use of and also how to program a TeamViewer enabled app.
Latest Debugging and Tracing Articles
Using Tracing to Test Your Visual Basic Apps
Learn about trace testing and the tools available for Visual Studio.
Incremental Intellisense Improvements in Visual Studio 2010
Learn about the history of debugging and evolutionary improvements in Intellisense in Visual Studio 2010.
Running Custom Tracepoint Macros in Visual Studio
Programming is hard,debugging is hard. Doing both well is critical to being a good programmer. To make things easier for us Paul Kimmel demonstrates how to run custom Tracepoint with macros.
XML Documents from Comments
Intellisense is a programmer's best friend. The framework is too big to memorize, but Intellisense can make finding things manageable. Extend Intellisense into your own code with XML comments in Visual Studio 8 and 9.
Compilers Demystified: Function Pointers in Visual Basic 6.0
Learn how to enable VB6 applications to use function pointers and how to embed native code without using external DLLs.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
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.