Learn about grid controls programmed with Windows SDK.
Latest Grid Control Articles
Editable MSFLEXGRID Control-Derived Class
Create an editable FlexGrid Control.
Using the Microsoft Flexgrid in Visual C++
Details about the implementation of the Microsoft Flexgrid in Visual C++.
Paginate and Print MSFlexGrid Content the Easy Way
Paginate and print according to the grid content is not a dummy task. See how to implement this easily with the PrintGrid class. It will paginate the MSFlexGrid content for you and will print every page accordingly.
Win32 Grid Control with Low Overhead (BABYGRID)
Explore this grid control that avoids the use MFC, COM, and ATL. The objectives for this control included a look similar to an Excel spreadsheet, being editable, support for sizeable/hideable columns, customization, support for protected cells, and more.
Enhanced SmartGrid Control
Something like the Microsoft DataGrid with source code and therefore more freedom in using it.
Latest CodeGuru Developer Columns
Simple Solutions: Coding C and C++ with Visual Studio Code
With the addition of the C/C++ extension to Visual Studio Code, you might have what is needed in a small, cross-platform editor.
Create SQL Server Database Unit Tests Using Visual Studio
Learn how to set up unit tests using an existing database and by using new, custom SQL scripts.

Creating a Family Tree Using .NET
Create a graphical family tree, using either C# or VB.NET.
Understanding Onion Architecture
Onion Architecture addresses the challenges faced with 3-tier and n-tier architectures, and provides a solution for common problems.