Learn the complicated way of getting disk information from your computer.
Latest VB Controls Articles
Owner Drawn Comboboxes, Listboxes, and Menus in Visual Basic
This article will provide you with enough background to be able to use the Owner draw methods to add more spice to your controls.
Creating an RGB HSB Scroller for Color Editing
Investigate how to make a color scroller, because it is sometimes very difficult getting the precise color combination.
Using WndProc to Override Mouse Functions
Learn how to use the simple, yet powerful, WndProc command and its associated methods to override various window and mouse functions.
Saving ListView Content to a Text File Using Visual Basic
Learn what a ListView is, and how to leverage Visual Basic to save its contents to a text file.
Using the DOS Command Prompt from Inside a VB Form
Follow along and learn how to display the DOS command prompt inside a VB form.
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.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
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.