You can change your input language dynamically. Make it easier for those who speak other languages to use your software.
Latest IDE & Language Articles
Creating an Outlook Add-In Part 2
In part 1 of Creating an Outlook Add-In I explained how to create an Outlook 2003 Add In. With this article, I will use the same project and just use Outlook 2007 instead.
Getting Past the 2 Gb File Limit
Take a closer look at the 2 Gb limit that we are plagued with in different languages, and how to get around them.
.NET Framework 3.0 Released
The current version of the .NET Framework is 3.0.
Using DDE on Your VB Application
Use DDE linking to pass text data between two applications or to a previous instance of the same application.
Refactoring VB in Visual Studio 2005
Refactoring can improve the internal structure of your VB code without changing its external behavior. Use it to remove the subjectivity of what is good code and what is less-good code.
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.