
This new member of the "24 Hours" series from Sams marches through Visual Basic like clockwork. It's a great introduction for anyone who hasn't programmed before and it would work well as the text for a beginning programming class. Experienced programmers will find that there isn't much here for them. The new features in VB 2008 are largely missing as well.
Read the full review!

And an Example Program for String Processing
This article has two goals. First, to Illustrate programming techniques like OpenfileDialog and SaveFileDialog, the new .NET StringBuilder object, and how to use RegEx (Regular Expressions).
The second goal is to provide a handy file scanning utility to display text strings inside any file. Check it out here.