It can be found with accompanying article (a usage referance) at the code project.
Regards,
DMac
Looks like a big job. All marked C++ too. Read through the web page as I don't have my own Code Project login - interesting. BTW - notice that at the end the "History" shows last update as April 30 2010?
I like your "Win32 SDK Data Grid View Made Easy" and was considering using that in place of a ListView Table in a project. Went with ListView for now but still might switch as ListView gets really sluggish with a big table.
John Z
Hi John, April 30 2010 was when I posted the initial source code, this update ver 2.2 I posted last night and that is reflected at the bottom of the history list. As I recall the project started small but rapidly grew with new features. I hadn't touched this code in several years when I found time to add the checked combobox feature a couple of weeks ago. Took me a while to get my head around it again!
For big tables might I suggest
Simple GridI did not know how that kind of controls were made.
With all the details you give it is like I returned to school.
...
I imagine that the update in 64 bits also needed a lot of work.
[/url]
You know Grincheux, I never formally studied any of this stuff. My first exposure to writing controls was reading over David Hillard's Baby Grid source code. I studied a lot of examples while putting this together. Never satisfied, always improving, standing on the shoulders of giants.
As far as 64 bit goes I remember getting some hints from Timo. There's a lot of wisdom on this forum.