From: jkclub2000 on
Could someone help me with some code to create a flexgrid dynamically?
I know how to add a flexgrid to a dialog, the visual studio then
generates the wrapper msflexgrid class. But how would I do similar
things if I need to create a flexgrid dynamically?

Thanks in advance!

From: Scott McPhillips [MVP] on
jkclub2000(a)yahoo.com wrote:
> Could someone help me with some code to create a flexgrid dynamically?
> I know how to add a flexgrid to a dialog, the visual studio then
> generates the wrapper msflexgrid class. But how would I do similar
> things if I need to create a flexgrid dynamically?
>
> Thanks in advance!
>

See the CreateControl method of the wrapper class.

--
Scott McPhillips [VC++ MVP]