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 CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Integrating Maps into Your UWP App
Look at what can be done with mapping in a UWP (Universal Windows Platform) app.

Adding Camera Support to Universal Windows Platform Apps
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.