Hello everyone!
I am building a mfc dialog based application in visual c++ 6 and using mysql c api to connect to a database.
What i need is a simple type of data grid to show mysql query results in a dialog.
I do not need to edit, update, save etc data from the dialog. Just show them on screen.
I've checked libraries such as Ultimate Grid but they seem really complicated for my needs.
I would prefer using built in mfc controls but don't really know if there are any suitable.
Is there anything you could suggest as a simple approach to this problem?
Thanks in advance.