Click to See Complete Forum and Search --> : How to present data to a List controlbox??


Cleopatra
September 2nd, 1999, 04:14 AM
I am for the first time trying to make a dialog in mfc.
My dialog has a list controlbox, in which I want to present data from a databas, in order to enable a user to select an item. I have not even been able to present visible data to the list controlbox.
Anyone??

September 2nd, 1999, 04:18 AM
Try
SetItemText() and InsertItem() of the listcontrol class.