Learn how to enumerate the files and folders on a computer with LINQ, managing access exceptions along the way.
Latest VB Files Articles
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.
Display the Browse For Folder Dialog
This BAS module allows you to display the 'Browse Folders' dialog with one function call. (Added: 20-Aug-1999)
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)
Enumerating CD Devices on Your System
Learn how to determine all the CD-ROMdrives you have connected to your computer. (Added: 20-Jan-2000)
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.