Use Delegates and other tools to create a progress bar when copying a file.
Latest Printing Articles
Printing from Your VB 2013 App in Windows 8.1
Learn how to print with VB from inside your Windows 8.1 apps.
Report Solution Patterns and Recipes: Greenbar Reports
A solution recipe to mimic reports printed on greenbar paper.
Printing with Formatting in VB .NET
Learn about a printing class that allows text to be formatted at the character level.
An EMF Spoolfile Viewer
Windows NT (and decendants) has the option of spooling print files in EMF format. This application allows you to view these files onscreen as they would appear on the printed page.
The Secret Rebirth of Visual Basic's .PrintForm
Like a number of older features, Visual Basic's .PrintForm got sold out in the name of 'standardization.' Learn how to bring it back!
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.