Learn how you can use Visual Basic to make a program that mounts ISO files.
Latest VB Files Articles
Getting Drive information with Visual Basic
Learn the complicated way of getting disk information from your computer.
Enumerating Files and Directories in VB 2010
Learn how to enumerate the files and folders on a computer with LINQ, managing access exceptions along the way.
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.
Anti-Aliased Image Transformation (Aaform)
Given an image and a quadralateral, Aaform will fit the image onto the quadraleteral passed using geometry.
Easy Method of Writing And Reading Small Text Files
Learn an easy way of reading and writing strings to individual text files in VB (Added: 12-May-1999)
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.