How to use DataGridView from MFC Appl in VS2008

Light Poster
15Oct2008,15:10   #1
Din Attarwala's Avatar
I have ported a MFC VC++6 Appl to VS2008. I would like to be able to use DataGridView from the MFC appl.
Is there a way to use DataGridView without having to create a WindowsFormsApplication?
If not, how do I convert the MFC appl to first WindowsFormsApplication so that then I can use DataGridView.
Go4Expert Member
16Oct2008,22:18   #2
Cosmic_egg's Avatar
By any chance are you looking for MFC grid control see below
http://www.codeproject.com/KB/miscctrl/gridctrl.aspx
Light Poster
17Oct2008,20:31   #3
Din Attarwala's Avatar
To: CosmicEgg
Many thanks. In fact I was having problem with an old site of codeproject.com in downloading. Your site ref is good.
This will greatly help.
Appreciate it very much.