There are several different ways to use Visual Basic to record sounds from your daily life. Explore a few here.
Latest VB Multimedia Articles
Extracting Audio Segments from a Song with Visual Basic
On a lighter note, learn how to extract audio segments from a song.
Creating a Video Converter Using VB.NET
Learn how to use VB.NET to create your own Video Encoder.
Sound and DirectXSound Tutorial
Learn just about everything you need to know about using DirectX 8 and DirectSound to create and modify sound files.
Advanced MIDI Programming / Utility
Learn advanced MIDI routines to analyze and edit MIDI files. (Added: 15-Feb-2000)
Simple midi - IN, OUT '& THRU demonstrated and Midi FAQ
Learn some of the simpler MIDI programming techniques. (Added: 3-May-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.