Discover a control that behaves like the Tab control but has visual cues that look more like the Navigation panel in Outlook. You are can add as many tabs as you want.
Latest Custom Articles - Page 3
Creating a Dockable Panel-Controlmanager Using C#, Part 1
Learn how to create your own usercontrols. This is done in several articles of increasing complexity so the reader will be able to follow it easily.
Image Manager for Image Gallery
Learn about a smart custom image manager control that selects image attributes from a context menu.
TIP: Changing the Selected Item's Backcolor in a ListBox
Learn how to change the selected item's backcolor in a Windows Forms ListBox control.
A Docking Panels Library in .NET 2.0
This library provides the functionality to add the docking panel and tabbed document UI as seen in Visual Studio 2005.
Customizing OpenFileDialog in .NET
Learn how to extended control to add extra funcionality to the standard OpenFileDialog in .NET.
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...

Obtaining External Window Handles and Window Captions with Visual Studio 2012
Learn how to obtain an outside application's window handle, in order to manipulate that window from inside your program, using either VB.NET or C#.

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.
