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 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.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
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.