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
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
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.