vote up 0 vote down star

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?

flag

3 Answers

vote up 0 vote down

Use any of the native Win32 grids controls. Ask on Adv. Win32 group for sample code (C/Win32)

link|flag
vote up 0 vote down

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)

link|flag
vote up 0 vote down

ListView with Report style is not enough ?

link|flag
Unfortunately it is not enough. I need something that has more features, I need it to display and edit database records. – Kornalius Jun 15 at 13:12
If you want to edit cells, you could use this code codeproject.com/KB/list/…. It works with an Edit subclass procedure. What more features are you misssing ? Or do you want to avoid to mess with the win32 API ? – anno Jun 15 at 15:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.