Learn how you can use Visual Basic to make a program that mounts ISO files.
Latest Directories and Files Articles
Getting to Know All of the Visual Basic Dialog Boxes
Learn how to use all of the .NET dialog boxes.
Creating a Memory Dump Process in Visual Basic
Learn how to create a dumping process that can help you when your computer locks up.
Showing the Progress of a Copy Process with Backgroundworker and Progressbar
Use Delegates and other tools to create a progress bar when copying a file.
Boxing and Unboxing in VB.NET
The concepts of boxing and unboxing data might be second nature for many, but for newbies it's worth covering. And, the "old hands" may learn something new, as well.
Working with Windows 8.1 Control Panel Applets
Discover how to run all the various Control Panel applets from your own program.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

TypeScript for the C# Developer
Learn about TypeScript: what it is, and its type system.

Detecting a Touchscreen in Visual Basic
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.