Re: An MFC Grid control and others
Hi G,
I agree with you about the FlexGrid. It's way more trouble than it's worth.
The grid on CodeProject works pretty well, but there are alternatives to
this (sort of dated) looking interface that I like better like:
http://www.codeproject.com/KB/miscctrl/reportctrl.aspx
Of course, there are a ton of extensions for Chris Maunder's grid here:
http://www.codeproject.com/KB/miscctrl/index.aspx?#Miscellaneous%20Controls%20-%20Grid%20Control
There are a ton of options for it and, as with most MFC stuff, you get the
source code so you can control your destiny.
Tom
"Giovanni Dicanio" <gdicanio@_NOSPAM_email_DOT_it> wrote in message
news:eMTYDzW7IHA.1952@TK2MSFTNGP02.phx.gbl...
[greg]
Use standards MS Grid controls (several ones)
What do you mean by "standard MS Grid controls" ?
The MS Grid controls in Visual Basic is not very good to program from
C++...
You don't need MFC or anything else.
It was an OP request to use MFC (and this is an MFC newsgroup as well).
There was a thread recently about the same subject of using grid controls
with MFC:
Subject: "Does VC++ have the same component as TStringGrid within BCB?"
Start date: 2008, July 11th
Giovanni