A Win32 Grid control based on http://www.codeproject.com/KB/miscctrl/DataGridControl.aspx, fixed some errors in it, please cheack DataGrid.h for change logs. it use no MFC, So it is good for developing software with VC express version, which provide with no MFC support.
This program simply displays a Grid in a dialog. It might prove a useful starting point for your own Grid based projects. the sample based on Win32-framework, http://sourceforge.net/projects/win32-framework/. but actually the DataGrid can run on pure windows API.
- Using a Grid as an application