Learn how to get error messages directly from the system instead of hard-coding them. (Added: 30-Nov-1998)
Latest System Articles - Page 5
Getting Regional Date Formats
Learn to build on the Locale Routines from CodeGuru to show how to format the date for different system Locales. (Added: 10-Aug-2000)
Listing the Registered File Extensions and Their Associated Icons
Learn how to retrieve all the registered file extensions from the Windows Registry and extract the associated icon. (Added: 20-Jan-2000)
Retreive the VB Object "printer" Corresponding to the Default Printer
Learn how to retreive the VB object "printer" corresponding to the default printer. (Added: 22-Jun-1999)
Screen Capturing Routines
Learn to capture a specified window or form into a standard VB Picture object; this can then be saved, printed, emailed, and so forth. (Added: 7-Jan-2000)
Screen Saver Template
Learn how to create a screensaver using VB5/6. (Added: 28-Jun-1999)
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

How to use Visual Studio 2012 to Download Images from Websites
Learn how to use a for loop to loop through all of the images found on a web page and save them via the DownloadFile method of the WebClient object.

SOLID Principles in C# - An Overview
SOLID principles form the base for writing good and clean object oriented code in C#. Learn about the S.O.L.I.D principles and explore C# coding samples for each.
