Flexgrid Control or list control

I want to list some field from fields from a table,which is the result of a SQL query in the same dialog box where the user clicks the search button.

Which is the best option I can have Flexgrid Control or list control or any other? and also I want to take the value of a particular field the user selected from the displayed list.
[342 byte] By [prabhathgk] at [2007-11-19 17:47:44]
# 1 Re: Flexgrid Control or list control
Sounds like you have not done that much of MFC programming.

I would have taken the CListCtrl and handled it manually with the help of the odbc classes that are included in MFC (e.g. CRecordset).

Please read about the CListCtrl and the MFC odbc classes.

You will get more help in this forum if you ask more specific questions. By judging of your current question you have done no research at all regarding how do to an implementation. And that's probably why no one have answered.
verifier at 2007-11-10 23:48:42 >