P
PVS
Hi,
I am new to VC++ 7.0.
I want to use MSFlexGrid in my dialog based MFC project in VC++ 7.0 (in VS
..NET IDE).
I added the MSFlexGrid control into my resource editor toolbox and I dragged
and dropped that control onto my dialog.
when I tried to assign a variable from my dialog class to this MSFlexGrid
control, it created a class with .h and .cpp files. The new class is
derived from CWnd. I am trying to change it to derive from CMSFlexGrid.
But I am getting error that "CMSFlexGrid is undeclared".
If I am doing any thing wrong please suggest me the right way.
Please help me in this.
Regards,
PVS
I am new to VC++ 7.0.
I want to use MSFlexGrid in my dialog based MFC project in VC++ 7.0 (in VS
..NET IDE).
I added the MSFlexGrid control into my resource editor toolbox and I dragged
and dropped that control onto my dialog.
when I tried to assign a variable from my dialog class to this MSFlexGrid
control, it created a class with .h and .cpp files. The new class is
derived from CWnd. I am trying to change it to derive from CMSFlexGrid.
But I am getting error that "CMSFlexGrid is undeclared".
If I am doing any thing wrong please suggest me the right way.
Please help me in this.
Regards,
PVS