Skip to content

johnvuong20000/DataGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

DataGrid

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.

DataGrid Example

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.

Features demonstrated in this example

  • Using a Grid as an application

About Grid

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published