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?
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)
Yes, there are several built-in Win32 Grid controls (documented, MS, and undocumented)
C code had also been posted on IRC
(and apparently a kid is playing by removing answers from Microsoft experts (Shell team)... pathetic)
Use any of the native Win32 grids controls. Ask on Adv. Win32 group for sample code (C/Win32)