Just play a game of Lights Out, or take some time to see an array of buttons put to use.
Latest Controls Articles - Page 5
What ADO.NET Teaches Us about Custom Objects
Why do so many .NET programmers prefer to write custom objects instead of using ADO.NET objects? More control, for one. Read on to find out the other reasons.
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.
Managing Nested GridView Controls
There's an easy way to manage the complex ASP.NET presentations that involve nested grids and controls. Learn a reliable approach that leverages the observer pattern.
Read and Write Open XML Files in MS Office 2007
Learn how to read and write Open XML files (MS Office 2007).
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...

Disabling Titlebar Buttons with VB.NET
Hannes du Preez shows you how to disable titlebar buttons and menus in your programs temporarily.

WebSockets Meets Security
WebSockets are intended to build bi-directional connections between a web browser and a server. This must be done in a safe way. In addition, the WebSockets have a huge disadvantage (to say it politely). Read on to learn more.
