I am looking for a grid control that can be controlled via WinAPI messages. I have tried the BabyGrid from CodeGuru but it is very slow when it comes to displaying on large screen.
Anyone know of a good one?
|
|
|
|
|
|
|
Use any of the native Win32 grids controls. Ask on Adv. Win32 group for sample code (C/Win32) |
||
|
|
|
|
Use any of the native Win32 grids controls. Ask on Adv. Win32 group for sample code (C/Win32) Yes, there are several built-in Win32 Grid controls (documented, MS, and undocumented) |
|||
|
|
|
|
ListView with Report style is not enough ? |
||||
|