Discover how to change the default behaviour of an object when that object has been disabled.
Latest Samples Articles
Manipulating Excel Data with Visual Basic
Discover how to work productively with Excel Worksheets within Visual Basic.
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.
Development Frameworks for the Microsoft Developer
Explore the various development frameworks available to you as a Microsoft VB Developer.
Getting Started with Visual Basic: Your First Visual Basic Program for the Desktop
Visual Basic is one of the friendliest programs around, and so it's easy to start coding with it.
Text to Speech Using Windows SAPI
Learn how to use the Windows Text-To-Speech (TTS) API.
Latest Developer Videos
More...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.

Beginning C#: User-defined Type Conversion Operators
Become proficient with using type definitions in C#.

Doing Cryptography in Visual Basic
Learn about the various forms of encryption in Visual Basic and the differences among them.
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.